index
:
complex-fractals
main
Escape Time Algorithm Based Complex Fractal Generator
JP Appel
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-04-21
implemented julia sets
JP Appel
2024-04-21
implemented shared versions
JP Appel
2024-04-21
fixed file grid IO
JP Appel
2024-04-21
increased precision from double complex to long double complex
JP Appel
2024-04-20
add zoom feature to grids and shifted code around
JP Appel
2024-04-20
now call refactored complex_to_grid correctly
JP Appel
2024-04-20
refactored colors initializer
JP Appel
2024-04-20
implemented write_grid and read_grid function
JP Appel
2024-04-20
started work on fill grid func
JP Appel
2024-04-20
moved lattice to complex
JP Appel
2024-04-20
reorganized src files
JP Appel
2024-04-20
started work on julia set serial
JP Appel
2024-04-20
fixed mandel & multibrot sets, added cli options
JP Appel
2024-04-20
updated multiple types to const
JP Appel
2024-04-20
functions for working with grids
JP Appel
2024-04-19
intial work on plotting functions
JP Appel
2024-04-19
implemented multibrot and mandelbrot serial pixel functions
JP Appel
2024-04-13
some intial project setup
JP Appel