Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonas-hack/boids
BOID System for Unity
https://github.com/jonas-hack/boids
boids-simulation game-ai swarm unity3d
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-18T12:30:56.000Z (over 1 year ago)
- Last Synced: 2023-08-21T15:57:06.866Z (over 1 year 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
![space demo gif](/demo/boids-sg-demo.gif)
### Obstacle Demo
![obstacle demo gif](/demo/boids-obstacle-demo.gif)