summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lukas Jiriste [Sat, 11 Nov 2023 16:49:20 +0000 (17:49 +0100)]
Add clean and fclean rules to Makefile
Lukas [Wed, 8 Nov 2023 09:21:23 +0000 (10:21 +0100)]
Update Libft for reliable make.
Lukas [Wed, 8 Nov 2023 09:14:55 +0000 (10:14 +0100)]
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).
Lukas [Fri, 3 Nov 2023 10:36:35 +0000 (11:36 +0100)]
Save work down so far for access from elsewhere
This should not really be a commit, but I can access it from another
location this way. The changes will be listed in the following commit
hopefully.
Lukas [Thu, 2 Nov 2023 10:19:40 +0000 (11:19 +0100)]
Make program print Mandelbrot set, close on ESC
Lukas Jiriste [Wed, 1 Nov 2023 12:41:04 +0000 (13:41 +0100)]
Add .gitignore
Add .gitingore to this project and update Libft to also include
.gitignore file in order not to disturb the git status command's results
when run on built project.
Lukas Jiriste [Fri, 27 Oct 2023 13:02:59 +0000 (15:02 +0200)]
Create this repo, Makefile and test program
This program creates Hello world window.