sdroege / mandelbrot

GTK/Rust based viewer for the Mandelbrot set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 PRs, that were not merged yet at the time of writing, are needed:

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

Screenshot

screenshot

About

GTK/Rust based viewer for the Mandelbrot set

License:GNU General Public License v3.0


Languages

Language:Rust 91.1%Language:Meson 8.9%