Skip to content
#

piston-engine

Here are 12 public repositories matching this topic...

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:

  • Updated Apr 5, 2024
  • Rust
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:

  • Updated Apr 16, 2024
  • Rust

Improve this page

Add a description, image, and links to the piston-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the piston-engine topic, visit your repo's landing page and select "manage topics."

Learn more