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
- Host: GitHub
- URL: https://github.com/jiepengtan/lockstepcollision
- Owner: JiepengTan
- Created: 2019-03-26T08:16:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T05:44:40.000Z (about 6 years ago)
- Last Synced: 2025-04-10T21:04:55.386Z (7 months ago)
- Topics: collision, collision-detection, lockstep, math-library
- Language: C#
- Homepage:
- Size: 781 KB
- Stars: 93
- Watchers: 4
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/