https://github.com/porglezomp/julia
A parallel realtime Julia set renderer in Rust
https://github.com/porglezomp/julia
fractals julia-sets real-time rendering rust
Last synced: about 1 month ago
JSON representation
A parallel realtime Julia set renderer in Rust
- Host: GitHub
- URL: https://github.com/porglezomp/julia
- Owner: porglezomp
- License: other
- Created: 2015-02-18T18:30:01.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2018-05-18T05:35:46.000Z (about 7 years ago)
- Last Synced: 2025-02-13T11:34:07.555Z (3 months ago)
- Topics: fractals, julia-sets, real-time, rendering, rust
- Language: Rust
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Julia
A parallel realtime Julia set renderer in Rust
## Dependencies
Requires the SDL2 library. This can be installed via most package managers or you can build from source by following the instructions at https://wiki.libsdl.org/Installation.
If you are on MacOS and have [Homebrew](https://brew.sh/), you can do `brew install sdl2`.
## Controls
* Move the mouse to define the key point of the Julia set.
* Use the up and down arrows to change the number of iterations.
It starts at 12. Even very low numbers (2-4) look really cool!



## License
This project is dual licensed under the Apache-2.0 and MIT licenses.