A sample implementation of a real-time game of life evolution using gl and glfw in rust.
- A rust toolchain
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