Go to file
Stephen Seo 31ca241e5c
All checks were successful
Run UnitTest / build-and-run-UnitTest (push) Successful in 8s
Merge branch 'dev', version 3.0.0 BREAKING CHANGES
See the Changelog for details.
2024-05-07 15:01:41 +09:00
.forgejo/workflows Add UnitTest workflow 2024-05-01 13:51:47 +09:00
src Change API to avoid using pointers 2024-05-07 14:57:33 +09:00
.gitignore Work 2024-04-26 12:28:12 +09:00
Changelog.md Update version to 3.0.0, update Changelog 2024-05-07 14:58:42 +09:00
CMakeLists.txt Update version to 3.0.0, update Changelog 2024-05-07 14:58:42 +09:00
LICENSE Add LICENSE 2024-04-26 15:53:23 +09:00
README.md Update README.md 2024-05-01 14:09:13 +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.

Check the Change-log for changes per version.