https://github.com/seblague/boids
https://github.com/seblague/boids
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/seblague/boids
- Owner: SebLague
- License: mit
- Created: 2019-08-26T12:18:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T12:42:09.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T12:07:12.704Z (about 1 year ago)
- Language: C#
- Size: 59.6 KB
- Stars: 883
- Watchers: 32
- Forks: 198
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boids
A little experiment with boids in Unity:
https://www.youtube.com/watch?v=bqtqltqcQhw
For a much better implemented and performant version in Unity, have a look at the ECS sample project:
https://github.com/Unity-Technologies/EntityComponentSystemSamples/tree/master/ECSSamples/Assets/Advanced/Boids/Scripts
