Evo is a small natural selection simulation program written in Rust . It offers a platform to explore the fascinating dynamics of evolution in a simulated environment.
-
Natural Selection Simulation: Visualize natural selection in a dynamic, simulated ecosystem.
-
Inspiration: Built upon the concepts presented in this video
-
Graphics: using SDL2 for graphics . (Currently working on porting graphics to Bevy.)
To start using Evo(when it's eventually working), follow these simple steps:
-
Clone the repository to your local machine.
git clone https://github.com/abundance-io/evo.git
-
Navigate to the project directory.
cd evo
-
Build the project using Cargo
cargo build
-
Run the simulation.
cargo run