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:

Home Page:https://www.youtube.com/watch?v=pCpLWbHVNhk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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://www.youtube.com/watch?v=pCpLWbHVNhk


Languages

Language:Rust 100.0%