Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# BOIDS
BOID System for Unity

Swarm 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 performance

Originally 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)