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

https://github.com/jiepengtan/lockstepcollision

A deterministic collision lib for lockstep
https://github.com/jiepengtan/lockstepcollision

collision collision-detection lockstep math-library

Last synced: 3 months ago
JSON representation

A deterministic collision lib for lockstep

Awesome Lists containing this project

README

          

# LockstepCollision

- A deterministic collision detected lib

## **Collision2D**

### Collision 2D 介绍视频
[https://www.bilibili.com/video/av62382378/][3]

### **Done**
- AABB
- Circle
- OBB
- Polygon
- Ray
- QuadTree SpacePatition

## **Collision3D**

### **Done**
- AABB
- OBB
- Capsule
- Sphere

### **TODO**
- Mesh
- SpacePartition

## **References:**
- Deterministic Math lib: [https://github.com/JiepengTan/LockstepMath][1]
- Lockstep framework: [https://github.com/JiepengTan/LockstepPlatform][2]

[1]: https://github.com/JiepengTan/LockstepMath
[2]: https://github.com/JiepengTan/LockstepPlatform
[3]: https://www.bilibili.com/video/av62382378/