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
/
fractals.c
Age
Commit message (
Collapse
)
Author
2024-04-26
changed max iterations to byte to allow larger grids
JP Appel
2024-04-26
add cli args for degree, constant, radius
JP Appel
2024-04-26
add cli options to renderer, improved grid_print
JP Appel
2024-04-26
updated output to file logic
JP Appel
2024-04-25
update performance print to show more information
JP Appel
2024-04-25
updated readme with grid generator usage
JP Appel
2024-04-25
added help and allow changing of fractal at runtime
JP Appel
2024-04-24
updated grid serialiation and deserialization
JP Appel
2024-04-24
created struct to support cuda
JP Appel
2024-04-24
implemented the burning ship fractal
JP Appel
2024-04-24
improved cli, implemented tricorn and multicorn
JP Appel
2024-04-23
added preprocessor to change precision at compile time
JP Appel
2024-04-22
default to resolution to current term size
JP Appel
2024-04-21
implemented julia sets
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
moved lattice to complex
JP Appel
2024-04-20
reorganized src files
JP Appel