Compare commits

...

2 commits

Author SHA1 Message Date
6f641f13be Add Changelog.md 2024-04-29 13:23:38 +09:00
8c11542219 Add README.md 2024-04-29 13:21:53 +09:00
2 changed files with 19 additions and 0 deletions

10
Changelog.md Normal file
View file

@ -0,0 +1,10 @@
# Changelog
## Version 1.0.0
First version of this library.
Implements collision detection between AABB (Axis-Aligned-Bounding-Box) and
AABB, AABB and Generic-Boxes, and Generic-Boxes and Generic-Boxes.
Some vector/matrix math also added.

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# 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.