downflux / go-collider

Golang collider library for particle simulations

Home Page:https://pkg.go.dev/github.com/downflux/go-collider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-collider

Golang collider library for particle simulations

This library manages a set of agent spheres and runs a simulation tick. For each tick, the library ensures the agents will move towards their target velocity, but will never collide (i.e. overlap)1.

Footnotes

  1. The agent may still run over other units if configured to do so. Projectiles are not checked for collisions.

About

Golang collider library for particle simulations

https://pkg.go.dev/github.com/downflux/go-collider

License:Apache License 2.0


Languages

Language:Go 100.0%