Split event handling from main. Add color smoothing.
authorLukas Jiriste <ljiriste@student.42prague.com>
Tue, 5 Dec 2023 18:52:17 +0000 (19:52 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Tue, 5 Dec 2023 18:52:17 +0000 (19:52 +0100)
commit61467b9686c4ab3513ac5f0622e50e87060b2d3d
treee358878dba7235308cf00842954b2f5d23c6355d
parent25fd1cd864ee856797ab26ae724d8e46cf81aa42
Split event handling from main. Add color smoothing.

Move event handling (and no_event_handle) functions to
event_handling.c.
Add smoothing to mandelbrot output.
Makefile
event_handling.c [new file with mode: 0644]
fractol.h
main.c