DEVELOPMENT ENVIRONMENT

~alex/mandelbrot-set-gen

ref: 5ce56c337bfc58b08382aef46ab299c1546fec16 mandelbrot-set-gen/src/main.c -rw-r--r-- 6.0 KiB
refactor: separate SDL init to a diff function
feat: show values on text
feat: move around using the mouse
feat: display text with exit iteration of coordinate
refactor: separate functions into files
fix: visual not appearing without event
fix: only calculate points if position has been updated
feat: zoom in and out
feat: SDL3 display
refactor: separate functions into files
feat: basic .ppm output
886a942e — Alejandro Laguna a month ago
chore: setup files