Skip to content

sdroege/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 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, the following PR, that is a draft at the time of writing, is needed:

The PR in turn is a superset of mesonbuild/meson#14906.

# 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

Contributors 2

  •  
  •