Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`