Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aidenmanuel/mandelbrot_rust

A simple Mandelbrot zoom, made using the OpenGL and the Piston crate in Rust. Currently it is quite slow, but there are plans to parallelize it soon. Crank up the ITERATIONS constant for a deeper zoom, or the GRAPH_SCALE constant for more pixels (at the risk of your own CPU). Magic numbers were sourced from the video below:
https://github.com/aidenmanuel/mandelbrot_rust

mandelbrot mandelbrot-fractal mandelbrot-set mandelbrot-zoom opengl piston piston-engine piston-game-engine piston2d rust rust-lang rust-language

Last synced: about 2 months ago
JSON representation

A simple Mandelbrot zoom, made using the OpenGL and the Piston crate in Rust. Currently it is quite slow, but there are plans to parallelize it soon. Crank up the ITERATIONS constant for a deeper zoom, or the GRAPH_SCALE constant for more pixels (at the risk of your own CPU). Magic numbers were sourced from the video below:

Awesome Lists containing this project