https://github.com/anirban166/boidsim
Boids Simulation
https://github.com/anirban166/boidsim
Last synced: 7 months ago
JSON representation
Boids Simulation
- Host: GitHub
- URL: https://github.com/anirban166/boidsim
- Owner: Anirban166
- Created: 2022-01-16T21:59:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T23:02:27.000Z (over 3 years ago)
- Last Synced: 2025-01-24T18:09:59.119Z (9 months ago)
- Language: Go
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Boids Simulation
Simulation of the flocking behaviour in birds (resembled by a goroutine each!)
## Execution
Build a binary and run, or use the [executable](./BoidSim.exe) that I generated:
```go
go run ./...
```![]()