Skip to content

Version of Langton's Ant written in Rust using the SFML bindings

License

Notifications You must be signed in to change notification settings

kareigu/rust-ant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langton's Ant


Written in Rust using the rust-sfml bindings

screenshot


Building

  • Clone the repository
  • Run cargo build or cargo build --release
  • Performance difference between debug and release is about 30-50 frames per second on my machine

Keybinds

  • Spacebar is used for pausing/resuming the simulation
  • F1 toggles the debug panel
  • F2 toggles vsync (default: On)
  • Left Mouse moves the ant to cursor
  • Right Mouse toggles the state of the cell underneath the cursor

About

Version of Langton's Ant written in Rust using the SFML bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages