Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 938 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 938 Bytes

Evo: Natural Selection Simulator

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.

About

  • 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.)

Getting Started

To start using Evo(when it's eventually working), follow these simple steps:

  1. Clone the repository to your local machine.

    git clone https://github.com/abundance-io/evo.git
  2. Navigate to the project directory.

    cd evo
  3. Build the project using Cargo

    cargo build
  4. Run the simulation.

    cargo run