Finish the foundation, provide basic functionality
authorLukas <ljiriste@student.42prague.com>
Wed, 8 Nov 2023 09:14:55 +0000 (10:14 +0100)
committerLukas <ljiriste@student.42prague.com>
Wed, 8 Nov 2023 09:14:55 +0000 (10:14 +0100)
commit2d3950fc43370612f87a1243398e5986718518c1
treebc164e285753d0e0eb19489e6f5d42321213ed1d
parentf209c637b89e064e7c4fff6048ff5c3f37ad2b6d
Finish the foundation, provide basic functionality

Make structural changes to project for easier handling and addition of
palettes and fractals.
Introduce the executable actually working. It draws mandelbrot set.
Add zoom in/out functionality.
Introduce some color issues (needs investigation).
color.c
color.h
fractol.h
main.c
vect2.c [new file with mode: 0644]
vect2.h [new file with mode: 0644]