No description
Find a file
Stephen Seo 043671f76f
All checks were successful
Run UnitTest / build-and-run-UnitTest (push) Successful in 4s
Build for Releases / ensure-release-exists (push) Successful in 0s
Build for Releases / assets-release-x86_64 (push) Successful in 10s
Add workflow to build for tag release
Builds both static/shared versions of library.
2024-06-14 16:20:27 +09:00
.forgejo/workflows Add workflow to build for tag release 2024-06-14 16:20:27 +09:00
src Add Vec3 negate and Vec3 normalize functions 2024-05-10 13:24:11 +09:00
.gitignore Work 2024-04-26 12:28:12 +09:00
Changelog.md Add workflow to build for tag release 2024-06-14 16:20:27 +09:00
CMakeLists.txt Add workflow to build for tag release 2024-06-14 16:20:27 +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.