No description
Find a file
2024-04-29 13:23:38 +09:00
src Rename lib, rename sources, set up cmake install 2024-04-26 15:52:16 +09:00
.gitignore Work 2024-04-26 12:28:12 +09:00
Changelog.md Add Changelog.md 2024-04-29 13:23:38 +09:00
CMakeLists.txt Rename lib, rename sources, set up cmake install 2024-04-26 15:52:16 +09:00
LICENSE Add LICENSE 2024-04-26 15:53:23 +09:00
README.md Add README.md 2024-04-29 13:21:53 +09:00

3D Collision Helpers

Things to note:

  • main is the stable branch. Expect things to not break unless the major version number has changed.
  • dev is the unstable branch. Expect force pushes and rebases on this branch.
  • Changes to be merged into main from dev will be done with an explicit merge.