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.
- Host: GitHub
- URL: https://github.com/professionalmenace/julia-sets
- Owner: ProfessionalMenace
- License: mit
- Created: 2024-10-28T13:39:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T18:36:16.000Z (about 1 year ago)
- Last Synced: 2025-03-26T19:35:43.495Z (about 1 year ago)
- Topics: fractal, fractals, math, mathematics
- Language: C++
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

## Julia Set where z = 0.35 + 0.35i bounds are (-1.2, -1.2, 1.2, 1.2)
