A simple mandlebrot visaulisation made to learn the pixels crate
Watch the video below for a showcase:
Go to the latest release and download the corresponding executeable for your platform. You can do some stuff with them:
- Windows - Its a normal executeable, you can just run it.
- Linux - As all other linux executeables you will need to
chmod +xit and if you want to make it into a command, move it into/usr/local/bin.
- Rust
- Pixels - Rendering
- Rayon - Multithreaded calculations
