Skip to content

mrorigo/rutomaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular Automaton in Rust

Inspired by a Tsoding session

Dependencies

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.

Running the examples

    cargo run --release --example game_of_life
    cargo run --release --example wireworld
    cargo run --release --example seeds
    cargo run --release --example brians_brain

About

Cellular Automata in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages