https://github.com/irevoire/rulia
Compute the Julia Set
https://github.com/irevoire/rulia
fractals interactive julia julia-fractal rust
Last synced: about 2 months ago
JSON representation
Compute the Julia Set
- Host: GitHub
- URL: https://github.com/irevoire/rulia
- Owner: irevoire
- Created: 2019-10-02T16:17:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T22:58:23.000Z (over 5 years ago)
- Last Synced: 2026-01-14T01:12:56.046Z (6 months ago)
- Topics: fractals, interactive, julia, julia-fractal, rust
- Language: Rust
- Homepage:
- Size: 5.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rulia
|  |  |
| :-------------: |:-------------:|
|  |  |
|  |  |
|  | [](https://youtu.be/zIn4UwnOfdY) |
This project draw the [julia set](https://en.wikipedia.org/wiki/Julia_set).
It uses the `minifb` crate for the window / drawing.
To build the project use:
```
cargo build --release
```
To run the project:
```
cargo run --release
```
This project is largely inspired, and share most of its code with the
[mandelbrüst](http://github.com/irevoire/mandelbrust) project.
## Control
- Use the arrow key to move on the fractal.
- Use `zqsd` to move
- Use `wasd` to move
- `i`: Augment the level of iteration
- `u`: Reduce the level of iteration
- `space`: Zoom in the fractal
- `x`: Unzoom the fractal
- `escape`: Exit