Skip to content

aybdee/evo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages