Skip to content

backtail/juliabrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juliabrot

Yet another fractal generator. Juliabrot is a Rust application using the OpenGL Framework to render in realtime.

Install Rust

To download Rustup and install Rust, run the following in your terminal, then follow the on-screen instructions. See "Other Installation Methods" if you are on Windows.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Build and Compile

git clone this repository then cargo run --release on main branch for optimal performance

How to use

Click and drag to move inside in the Mandelbrot set and zoom with the mousewheel. Press Enter and see the corresponding Julia set.

Button Action
Enter Mandelbrot or Julia set
Tab Fractal
Space Coloring

Future Ideas

  • GUI
  • Picture Mode
  • Animation Mode
  • MIDI support
  • 3D Mode
  • VST integration

About

Yet another fractal generator (based on glium)

Topics

Resources

Stars

Watchers

Forks