Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with piston-engine

A curated list of projects in awesome lists tagged with piston-engine .

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:

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

Last synced: 19 Nov 2024

https://github.com/aidenmanuel/conways_rust_of_life

This is my first proper attempt at making something in Rust. It is a classic Conways game of life, with rendering performed using the Piston crate. I used code from one of the Piston Tutorial examples on making a spinning square, and made modifications mostly in the App Implementation. See original code below:

conway conway-game conways-game-of-life game-of-life piston piston-engine piston-game-engine rust rust-lang

Last synced: 29 Dec 2024