Skip to content

This is only the base code. You then can launch a ant colony and then create your own system by adding on code. We did it our way by implementing Solana into our own code structure.

Notifications You must be signed in to change notification settings

RustAntColony/rust-ant-colony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant Colony Simulation

This is an ant colony simulation, it internally uses kdtree and query caching, it's able to handle about 20k+ ants on the cpu.

Built with Rust and Bevy game engine

Usage

  • Create your own ant simluation by adding food deposits, colony banks, crypto usage, and more.

  • Run the simulation

cargo run --release

Configurations

  • The project config file is located at src/configs.rs
  • If all ants aren't forming a single trail even after a long time, try increasing ANT_INITIAL_PH_STRENGTH in the configs to a greater value (exmaple: 40.0)

About

This is only the base code. You then can launch a ant colony and then create your own system by adding on code. We did it our way by implementing Solana into our own code structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages