Inspired by a Tsoding session
You need SDL2, see instructions here
On MacOS, ensure you have LIBRARY_PATH
environment variable set to locate your libSDL2.a
, or linking will fail.
cargo run --release --example game_of_life
cargo run --release --example wireworld
cargo run --release --example seeds
cargo run --release --example brians_brain