Skip to content

TheBigRoomXXL/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids

This program simulates "boids," based on the influential paper Flocks, Herds, and Schools: A Distributed Behavioral Model . The implementation follows the pseudo code provided by V. Hunter Adams.

The program use the awesome raylite library for rendering.

demo

Thing I might (or might not) do in the future

  • Implement a more efficient algorithm to simulate a larger number of boids.
  • Add support for user inputs via the CLI and directly within the rendering interface (e.g., sliders for adjusting factors).
  • Target HTML to enable the simulation to run directly in a web browser.
  • Introduce more complexe behaviors such as predator-prey dynamics or multiple boid groups.

About

Boids simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages