boids-algorithm
There are 64 repositories under boids-algorithm topic.
IvanHornung/Pandemic-Simulator
Simulate a pandemic with artificial life objects.
Nikorasu/PyNBoids
This is a Boids Simulation, written in Python with Pygame.
kbrizov/Boids-2D
My simple, tiny, tidy take on the classical Boids algorithm by Craig Reynolds. #MadeWithUnity
EncodedWorlds/Boids
Boid flocking behavior made in Unreal Engine 4 using C++.
Garume/UniAquarium
Create your aquarium in Unity Editor.
BricksAndPieces/Boids-Ecosystem
A simulation of the boids flocking algorithm combined with a simple ecosystem that uses quadtree (Written in java)
SuboptimalEng/boids
🐟 Simulating boids in Unity.
kenzonobre/Evolutionary-fish
Fish schools based on the boids algorithm that evolve through an evolutionary algorithm.
danielmuthama/Flocking-simulation
3D Flocking Simulation in Javascript
falcowinkler/flockingbird
Flocking algorithm implementation in c++
GustavoSilvera/ParallelBoids
CMU 15-418 Final project on parallelizing complex swarm behaviour as modeled by the Boids algorithm
Woj-Rak/Pico8-Boids
Boids implementation in Pico8
KamronSaliev/flocking-simulation
🐠 Simulation of the flock behavior, a mathematical model of the coordinated and aligned movement of the crowd
m-bocelli/boids-simulation
A 3D implementation of the Boids Algorithm, performed by crows in Unity.
Quantum-Fringe-Entertainment/Ricerca
The story of a father's pursuit for his lost child.
vadiole/Boids2D
Customizable simulation of flock behavior with live wallpaper
zackarydev/boids
TypeScript boids algorithm for flock simulation.
0-harshit-0/Boids
Boids: Bird like objects.(With obstacles)
A-make/Boids
Artificial life algorithm for the flocking behavior of birds.
chenterry85/Flocking-Simulation
🎆 A visualization of Craig Reynold's Boids
ignabelitzky/boids-simulation
Minimalist flocking behavior model using Craig Reynolds' algorithm.
knaticat/Flocking-Simulation
A simple p5 implementation of Craig Reynolds "Boid Algorithm"
laura5043/Boid-Among-us
Jeu sur le thème de Among us. Développé avec Godot Engine et inspiré par le modèle de Boid de Craig Reynolds
phassic/BoidFlow
This repository contains a simulation of boids, demonstrating flocking behavior. The simulation models the collective movement of agents (boids) to mimic the natural behavior of birds flocking, fish schooling, or herding animals. This project showcases principles of swarm intelligence and artificial life.
RedMooner/FishTank-DesktopWallpaper
Aquarium game for your desktop
Shmupo/GodotBoids
Simulate and optimize 3D boid clusters in Godot Engine using Area3D, Spatial Grid, and Multimesh instancing techniques.
Xevion/Boids
A project dedicated to presenting Boids, a computed flocking mechanism, to users in a beautiful format.
b30wulffz/Visualizer-With-A-Twist
Visualization of algorithms in a clean user interface.
cheejins/Teardown-Mod---Basic-AI-Zombies
An experimental AI system that focuses on basic object avoidance and nagivation. The zombies also have sounds and can attack the player. Teardown does not have official AI mod support yet, so I made my own basic AI system from scratch. This mod includes an implementation of the boid algorithm used to help grouped zombies avoid collisions.
Doonse/BoidsSimulation
Simulation of Boids(Prey) and Hoiks(Predator)
mArcio-Lmano/OpenCL-BoidAlgorithm
Explore flocking behavior with this boid simulation, powered by OpenCL for parallel computation and SFML for real-time rendering. Press space to start the simulation!
MatthewPageUK/js-flocking-boids
Flocking boids algorithm based on Craig Reynolds work in Javascript
Nicolivain/Boids
Bird-oids graphic simulation in C++
potokaalex/Boids
Boids algorithm demonstration.
TodoLodo/Boids
A python script to simulate entities based on artificial life simulation by Craig Reynolds