Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/professionalmenace/julia-sets

Fractal visualizer in C++ and SDL2.
https://github.com/professionalmenace/julia-sets

fractal fractals math mathematics

Last synced: 25 days ago
JSON representation

Fractal visualizer in C++ and SDL2.

Awesome Lists containing this project

README

        

# Julia-Sets
Julia sets is a simple CPU rendering project in C++ using SDL2.

# Planned Features
- [ ] GPU rendering
- [ ] Proper GUI
- [ ] Support for other fractals
- [ ] Iteration based coloring
- [ ] Output

# Examples
## Julia Set where z = 0.4 + 0.4i, bounds are (-1.2, -1.2, 1.2, 1.2)
![image](https://github.com/user-attachments/assets/3e8bcc7d-7ee4-4a8b-8fcc-69ff07d2b1da)

## Julia Set where z = 0.35 + 0.35i bounds are (-1.2, -1.2, 1.2, 1.2)
![image](https://github.com/user-attachments/assets/d172269b-8bf3-4e28-9742-9257002d9fa2)