No description
Find a file
Stephen Seo 9b43f84f5a
All checks were successful
Run UnitTest / build-and-run-UnitTest (push) Successful in 42s
Update README.md
2024-07-13 14:30:22 +09:00
.forgejo/workflows Set up build lib for Debian x86_64 action/workflow 2024-06-25 16:34:24 +09:00
src Improve UnitTest macros in src/test.cpp 2024-06-19 14:34:37 +09:00
test_package Add conan packaging related files 2024-07-12 12:19:26 +09:00
.gitignore Work 2024-04-26 12:28:12 +09:00
Changelog.md Update Changelog.md 2024-06-18 13:23:16 +09:00
CMakeLists.txt Bump version to 3.3.0 2024-06-18 11:09:39 +09:00
conanfile.py Fix version in conanfile.py 2024-07-13 14:18:41 +09:00
LICENSE Add LICENSE 2024-04-26 15:53:23 +09:00
README.md Update README.md 2024-07-13 14:30:22 +09:00

3D Collision Helpers

C++ conan package

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.