Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/professionalmenace/julia-sets
- Owner: ProfessionalMenace
- License: mit
- Created: 2024-10-28T13:39:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T03:29:29.000Z (about 1 month ago)
- Last Synced: 2024-11-26T04:27:05.482Z (about 1 month ago)
- Topics: fractal, fractals, math, mathematics
- Language: C++
- Homepage:
- Size: 29.3 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 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)