Skip to content

Boid simulation in C++ with almost all rules and mechanics customizable (first C++ project).

License

Notifications You must be signed in to change notification settings

Bastitron/BoidSimulation

Repository files navigation

Boid Simulation by Bastitron

A simple Boid Simulation application that replicates the movement patterns observed in flocking birds.

Features

  • Gui for controlling rules and so on
  • [Maybe] Colission boxes
  • [Maybe] Predator boids

Build instructions

A Win64 build is provided under releases.

  ./vcpkg install imgui[sdl2-renderer-binding]
  ./vcpkg install sdl2
  ./vcpkg install fmt
  ./vcpkg install sdl2-image

Dependencies

VCPKG

About

Boid simulation in C++ with almost all rules and mechanics customizable (first C++ project).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published