aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/fractals.c
AgeCommit message (Collapse)Author
2024-04-26add degree, constant, radius to performance outputJP Appel
2024-04-26changed max iterations to byte to allow larger gridsJP Appel
2024-04-26add cli args for degree, constant, radiusJP Appel
2024-04-26add cli options to renderer, improved grid_printJP Appel
2024-04-26updated output to file logicJP Appel
2024-04-25update performance print to show more informationJP Appel
2024-04-25updated readme with grid generator usageJP Appel
2024-04-25added help and allow changing of fractal at runtimeJP Appel
2024-04-24updated grid serialiation and deserializationJP Appel
2024-04-24created struct to support cudaJP Appel
2024-04-24implemented the burning ship fractalJP Appel
2024-04-24improved cli, implemented tricorn and multicornJP Appel
2024-04-23added preprocessor to change precision at compile timeJP Appel
2024-04-22default to resolution to current term sizeJP Appel
2024-04-21implemented julia setsJP Appel
2024-04-20add zoom feature to grids and shifted code aroundJP Appel
2024-04-20now call refactored complex_to_grid correctlyJP Appel
2024-04-20moved lattice to complexJP Appel
2024-04-20reorganized src filesJP Appel