Langton's Ant
Written in Rust using the rust-sfml bindings

Building
- Clone the repository
- Run
cargo buildorcargo build --release - Performance difference between debug and release is about 30-50 frames per second on my machine
Keybinds
Spacebaris used for pausing/resuming the simulationF1toggles the debug panelF2toggles vsync (default: On)Left Mousemoves the ant to cursorRight Mousetoggles the state of the cell underneath the cursor