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

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

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

fractal fractals math mathematics

Last synced: about 1 year ago
JSON representation

Fractal visualizer in C++ and GLFW.

Awesome Lists containing this project

README

          

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

# Planned Features
- [x] GPU rendering
- [x] Proper GUI
- [ ] Support for other fractals
- [x] 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)