All Projects → RafaelKuebler → Flocking

RafaelKuebler / Flocking

Licence: MIT license
2D Flocking in the Unity3D game engine using Craig Reynolds' boids

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Flocking

Gl Water2d
2D liquid simulation in WebGL
Stars: ✭ 260 (+738.71%)
Mutual labels:  simulation, 2d
nvjob-boids
#NVJOB Simple Boids (Flocks of Birds, Fish and Insects). Flocking Simulation. Free Unity Asset.
Stars: ✭ 55 (+77.42%)
Mutual labels:  simulation, boids
ClothSimulation
Basic cloth simulation using Verlet integration
Stars: ✭ 432 (+1293.55%)
Mutual labels:  simulation, 2d
Physac
2D physics header-only library for videogames developed in C using raylib library.
Stars: ✭ 151 (+387.1%)
Mutual labels:  simulation, 2d
fdtd
A 3D electromagnetic FDTD simulator written in Python
Stars: ✭ 195 (+529.03%)
Mutual labels:  simulation
hash
Data management, integration and modeling with blocks #
Stars: ✭ 400 (+1190.32%)
Mutual labels:  simulation
MAESTRO
A low Mach number stellar hydrodynamics code
Stars: ✭ 29 (-6.45%)
Mutual labels:  simulation
boids
🦢 The boids flocking simulation in Wasm using Ebiten!
Stars: ✭ 56 (+80.65%)
Mutual labels:  boids
locas-ants
A modern Lua+Löve2D remake of my Ant Colony Simulation
Stars: ✭ 100 (+222.58%)
Mutual labels:  simulation
windowjs
Window.js is an open-source Javascript runtime for desktop graphics programming.
Stars: ✭ 2,223 (+7070.97%)
Mutual labels:  2d
perses
Experiments with expanded ensembles to explore chemical space
Stars: ✭ 99 (+219.35%)
Mutual labels:  simulation
plc-programmable-3d-simulation
Project for students who want to learn PLC programming but don't have access to real-world machines or constructions to learn programming on.
Stars: ✭ 49 (+58.06%)
Mutual labels:  simulation
openshs
Open Smart Home Simulator
Stars: ✭ 26 (-16.13%)
Mutual labels:  simulation
awesome-edge-computing
A curated list of awesome edge computing, including Frameworks, Simulators, Tools, etc.
Stars: ✭ 149 (+380.65%)
Mutual labels:  simulation
deno-canvas
Canvas API for Deno, ported from canvaskit-wasm (Skia).
Stars: ✭ 124 (+300%)
Mutual labels:  2d
woss-ns3
WOSS is a multi-threaded C++ framework that permits the integration of any existing underwater channel simulator that expects environmental data as input and provides as output a channel realization. Currently, WOSS integrates the Bellhop ray-tracing program. Thanks to its automation the user only has to specify the location in the world and the…
Stars: ✭ 20 (-35.48%)
Mutual labels:  simulation
GazeboWorldDesigner
A visual tool for laying out Gazebo simulation world files.
Stars: ✭ 12 (-61.29%)
Mutual labels:  simulation
surfacer
AI and pathfinding for 2D-platformers in Godot.
Stars: ✭ 56 (+80.65%)
Mutual labels:  2d
mcnp
📊复杂网络建模课程设计. The project of modeling of complex networks course.
Stars: ✭ 69 (+122.58%)
Mutual labels:  simulation
rpg
OpenGL cross platform topdown 2d magic action rpg game single player arpg
Stars: ✭ 20 (-35.48%)
Mutual labels:  2d

Unity3D Flocking using Craig Reynolds' Boids

2D implementation of Craig Reynolds' boids in the Unity3D game engine.

150 boids

The boid's emergent flocking behaviour is caused by 3 rules:

  • Alignment: steer towards the direction nearby boids are heading
  • Cohesion: steer to move toward the average position of local flockmates
  • Separation: steer to avoid colliding or getting too close to another boid

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].