https://github.com/jonas-hack/boids
BOID System for Unity
https://github.com/jonas-hack/boids
boids-simulation game-ai swarm unity3d
Last synced: 2 months ago
JSON representation
BOID System for Unity
- Host: GitHub
- URL: https://github.com/jonas-hack/boids
- Owner: Jonas-Hack
- Created: 2023-05-02T17:14:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T12:30:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T07:11:55.797Z (4 months ago)
- Topics: boids-simulation, game-ai, swarm, unity3d
- Language: C#
- Homepage:
- Size: 19.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BOIDS
BOID System for UnitySwarm Steering Behavious System for Unity.
## Features:
- Directional **Alignment** with neighbouring agents
- Positional **Cohesion** of Swarm
- **Seperation** to avoid clumping
- **Steering** towards a goal
- **Avoidance** of obstacles
- **Spatial Hashing** for improved performanceOriginally I made this for a Gama Jam. This is a slightly improved version in *3D* and with minor improvements.
## Demo
### Space Demo

### Obstacle Demo
