Skip to content

A implementation of the game of life on the GPU using rust

License

Notifications You must be signed in to change notification settings

jonathansty/Rust-Game-of-life

Repository files navigation

Conway's game of life in Rust

A sample implementation of a real-time game of life evolution using gl and glfw in rust.

Requirements

  • A rust toolchain

Building and running

As this project is part of the GLW development it's included as an example in there. To use it clone the GLW or update the Cargo.toml to point at the correct dependency.

If you've done that you can use following commands to run it:

cargo build
cargo run

About

A implementation of the game of life on the GPU using rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published