Crates.io | julia_set_explorer |
lib.rs | julia_set_explorer |
version | 0.1.0 |
source | src |
created_at | 2023-05-23 08:14:12.234548 |
updated_at | 2023-05-23 08:14:12.234548 |
description | Interactive visualisation of Julia sets |
homepage | |
repository | |
max_upload_size | |
id | 871794 |
size | 4,963,174 |
This is an interactive fractal visualiser that lets you walk around the complex plane, generating mesmerising Julia sets as you go. Written in Rust, it uses minifb to display the generated pixels and handle UI. It also uses a neat linear interpolation module to convert real values to RGB pixels.
You can always clone and run
cargo run --release
but since the resulting executables are so small I've also included them in the repo for those on Linux/MacOS or Windows. Just download and unzip. You might have to right-click and select open after unzipping.
Here are some static examples, however they are no substitute for seeing the colours morph and twist dynamically.