42/fract-ol.git
2024-04-26 Lukas JiristeRefactor move_img function to comply with the Norm
2024-04-26 Lukas JiristeFix some Norm breaking formatting
2024-04-26 Lukas JiristeAdd exotic palette
2024-04-26 Lukas JiristeMake help show when no fractal not specified
2024-04-25 Lukas JiristeAdd the julia set and an input option
2024-04-25 Lukas JiristeAdd help to the project
2024-04-25 Lukas JiristeAdd controls for detail and color change speed
2024-04-25 Lukas JiristeRefactor project file structure
2024-04-25 Lukas JiristeAdd options for speed, detail and colorfulness
2024-04-25 Lukas JiristeUpdate Libft to resolve an issue with 0 argument
2024-04-25 Lukas JiristeFix halo by tuning the fractal parameters
2024-04-25 Lukas JiristeAdd tags file to .gitignore
2024-04-25 Lukas JiristeFuse the mandelbrot and julia set structures
2024-04-25 Lukas JiristeFix argument parsing so as not to ignore input
2024-04-25 Lukas JiristeFix halo around the fractals
2024-04-18 Lukas JiristeAdd color shift in time
2024-04-18 Lukas JiristeFix centering and movement for small windows
2024-04-10 Lukas JiristeAdd option to select the fractal to draw
2024-04-10 Lukas JiristeFix rectangular windows, add argument parsing
2024-04-10 Lukas JiristeUpdate Libft for the ft_isint function
2024-04-10 Lukas JiristeAdd the bare bones of parsing.
2024-04-10 Lukas JiristeUpdate minilibx so that it works properly on close
2024-01-19 Lukas JiristeRefactor pixel handling functions from main.c
2024-01-19 Lukas JiristeHardcode threshold value for mandelbrot and tricorn
2024-01-19 Lukas JiristeAdd tricorn fractal, move fractals to separate file
2024-01-18 Lukas JiristeRefactor mandelbrot const vars to setting variable
2024-01-18 Lukas JiristeMake it so move only calculates the new area
2024-01-18 Lukas JiristeAdd undersample_max as variable
2024-01-17 Lukas JiristeChange the code without much to show for it
2024-01-17 Lukas JiristeAdd check to mandelbrot to for visual correctness
2024-01-17 Lukas JiristeAdd zoom capability through keypad +/- keys
2024-01-16 Lukas JiristeAdd the ability to move with WASD and arrow keys
2024-01-16 Lukas JiristeRepair Makefile after previous commit
2024-01-16 Lukas JiristeChange Makefile to download submodules
2024-01-16 Lukas JiristeUpdate Libft
2023-12-05 Lukas JiristeAdd general function for constructing Julia sets
2023-12-05 Lukas JiristeSplit event handling from main. Add color smoothing.
2023-11-11 Lukas JiristeAdd 42 header to each .c and .h file
2023-11-11 Lukas JiristeGeneralize palette construction
2023-11-11 Lukas JiristeAdd hook to make window closeable by close button
2023-11-11 Lukas JiristeAdd clean and fclean rules to Makefile
2023-11-08 LukasUpdate Libft for reliable make.
2023-11-08 LukasFinish the foundation, provide basic functionality
2023-11-03 LukasSave work down so far for access from elsewhere
2023-11-02 LukasMake program print Mandelbrot set, close on ESC
2023-11-01 Lukas JiristeAdd .gitignore
2023-10-27 Lukas JiristeCreate this repo, Makefile and test program