Skip to content

CheetahDoesStuff/mandlebrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

002dbeb · · Jun 8, 2026

History

4 Commits
Jun 8, 2026
Jun 8, 2026
Jun 8, 2026
Jun 8, 2026
Jun 8, 2026
Jun 8, 2026

Repository files navigation

Mandlebrot

A simple mandlebrot visaulisation made to learn the pixels crate
Watch the video below for a showcase: Watch on YouTube

Installation

Go to the latest release and download the corresponding executeable for your platform. You can do some stuff with them:

  1. Windows - Its a normal executeable, you can just run it.
  2. Linux - As all other linux executeables you will need to chmod +x it and if you want to make it into a command, move it into /usr/local/bin.

Tech stack

  • Rust
  • Pixels - Rendering
  • Rayon - Multithreaded calculations