Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sofianedjerbi/animatedjulia
A fast Rust solution animating the continuity between Julia sets in high-quality.
https://github.com/sofianedjerbi/animatedjulia
fractals julia-sets mandelbrot rust
Last synced: about 2 months ago
JSON representation
A fast Rust solution animating the continuity between Julia sets in high-quality.
- Host: GitHub
- URL: https://github.com/sofianedjerbi/animatedjulia
- Owner: sofianedjerbi
- License: gpl-3.0
- Created: 2021-08-07T22:33:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T21:12:01.000Z (over 1 year ago)
- Last Synced: 2024-10-12T03:44:21.201Z (2 months ago)
- Topics: fractals, julia-sets, mandelbrot, rust
- Language: Rust
- Homepage:
- Size: 98.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animated-Julia
A parallel Rust solution for animating Julia sets.
[Click here for demo:
![example video](https://img.youtube.com/vi/GRp3HAUCKk8/0.jpg)](https://www.youtube.com/watch?v=GRp3HAUCKk8)Looking for a live/interactive GLSL demo ? [Click here!](https://www.shadertoy.com/view/slSBDm)
## Usage```
Usage: julia [MODE]
Modes:
"-jd ": Display a simple Julia fractal
"-jr ": Render Julia rotations frames
```
This program will output every frame into `./render`.
You'll need `ffmpeg` to turn this into a GIF/Video.## Build
Clone the git and just `cargo build --release`