All Projects → JiepengTan → LockstepCollision

JiepengTan / LockstepCollision

Licence: other
A deterministic collision lib for lockstep

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to LockstepCollision

intersection-wasm
Mesh-Mesh and Triangle-Triangle Intersection tests based on the algorithm by Tomas Akenine-Möller
Stars: ✭ 17 (-66.67%)
Mutual labels:  collision, collision-detection
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+6319.61%)
Mutual labels:  collision, collision-detection
SmartTrafficIntersection
Another AI toy project, of a traffic intersection controlled by a Reinforcement Learning AI agent to optimize traffic flow in an intersection of vehicles or pedestrians
Stars: ✭ 30 (-41.18%)
Mutual labels:  collision, collision-detection
Exengine
A C99 3D game engine
Stars: ✭ 391 (+666.67%)
Mutual labels:  collision, collision-detection
Reactphysics3d
Open source C++ physics engine library in 3D
Stars: ✭ 730 (+1331.37%)
Mutual labels:  collision, collision-detection
DAABBCC
Dynamic AABB Tree native extension with Branch and Bound Algorithm for Defold Engine
Stars: ✭ 42 (-17.65%)
Mutual labels:  collision, collision-detection
collision2d
A simple Go library for performing 2D collision detection based on sat-js
Stars: ✭ 64 (+25.49%)
Mutual labels:  collision, collision-detection
Awesome Collision Detection
😎 A curated list of awesome collision detection libraries and resources
Stars: ✭ 444 (+770.59%)
Mutual labels:  collision, collision-detection
Fcl
Flexible Collision Library
Stars: ✭ 701 (+1274.51%)
Mutual labels:  collision, collision-detection
Spatial Collision Datastructures
Benchmark of various spatial data structures for collision detection.
Stars: ✭ 96 (+88.24%)
Mutual labels:  collision, collision-detection
exengine
A C99 3D game engine
Stars: ✭ 487 (+854.9%)
Mutual labels:  collision, collision-detection
finmath
The collections of simple, weighted, exponential, smoothed moving averages.
Stars: ✭ 49 (-3.92%)
Mutual labels:  math-library
LockstepECS
Fast Lockstep ECS Framework
Stars: ✭ 177 (+247.06%)
Mutual labels:  lockstep
slimcpplib
Simple Long Integer Math for C++
Stars: ✭ 18 (-64.71%)
Mutual labels:  math-library
3D interactive graphics rendering engine
Develop a 3D interactive graphics rendering engine
Stars: ✭ 31 (-39.22%)
Mutual labels:  collision-detection
copilot
Lane and obstacle detection for active assistance during driving. Uses windowed sweep for lane detection. Combination of object tracking and YOLO for obstacles. Determines lane change, relative velocity and time to collision
Stars: ✭ 95 (+86.27%)
Mutual labels:  collision
java-algebra-system
An extensible, intuitive and easy to use algebra system that is capable of algebraic manipulation, simplification, differentiation, and much more. Reverse engineered from TI-nspire CAS.
Stars: ✭ 36 (-29.41%)
Mutual labels:  math-library
nano-id-cc
Nano ID collision calculator
Stars: ✭ 31 (-39.22%)
Mutual labels:  collision
collision-sound
Collision Sound aims to be an easy and powerful way of adding sound to object collisions in Unity
Stars: ✭ 21 (-58.82%)
Mutual labels:  collision
triangle-mesh-collision
Self-collision detection for triangles meshes (C++, libigl, eigen)
Stars: ✭ 35 (-31.37%)
Mutual labels:  collision-detection

LockstepCollision

  • A deterministic collision detected lib

Collision2D

<iframe src="https://github.com//player.bilibili.com/player.html?aid=62382378&cid=108402874&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>

Collision 2D 介绍视频

https://www.bilibili.com/video/av62382378/

Done

  • AABB
  • Circle
  • OBB
  • Polygon
  • Ray
  • QuadTree SpacePatition

Collision3D

Done

  • AABB
  • OBB
  • Capsule
  • Sphere

TODO

  • Mesh
  • SpacePartition

References:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].