1 unstable release
0.2.1 | Oct 30, 2023 |
---|
#4 in #libloading
Used in compile-in-memory
38KB
820 lines
Mandelbrot/Fractal Viewer
Requirements
- amd64 Linux (other archs/platforms may work but have not been tested. Only unix-like platforms with the
memfd_create
system call will work with custom fractals). - Cargo + Rust (rustup). Nightly is required for custom fractals.
libgtk-3-dev
,libgtk-3-0
. Gcc with_Float128
support is required for custom fractals.
Building and Running
To run with custom fractals enabled:
cargo +nightly run --bin mandelbrot --release
To run with custom fractals disabled:
cargo +stable run --bin mandelbrot --release --no-default-features
Examples
(With custom fractals enabled)
(With custom fractals disabled)
Dependencies
~44KB