Skip to content

bonzini/mandelbrot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTK/Rust based viewer for the Mandelbrot set

To run it, get a recent version of Rust and GTK4 and run:

cargo run --release

Zooming can be done with the first mouse button, moving around with the second mouse button.

meson build

For building the application with meson, build branch cargo-object-full of https://github.com/bonzini/meson.

# Building
meson _builddir
ninja -C _builddir
# Running uninstalled
_builddir/mandelbrot
# Installing
ninja -C _builddir install

Cross compilation is not supported yet.

Screenshot

screenshot

About

GTK/Rust based viewer for the Mandelbrot set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.3%
  • Meson 5.7%