aflaag / mandelbrust

A Mandelbrot set explorer made in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mandelbrust

A Mandelbrot set explorer written in Rust, using ggez as renderer. It draws the Mandelbrot set and a red line, which shows the first utils::ESCAPE_POINT bounces of the mouse-pointed value.

Note: this program uses ggez 0.5.1, but the current latest version is 0.6.0, and this is due to a heavy drop in performance.

Screenshot

TODO list

  • zoom (probably won't be implemented)

About

A Mandelbrot set explorer made in Rust.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%