19bbf2abfd
merge conflict
2025-09-06 01:03:07 -06:00
cdfb6af00b
re-org mostly done
2025-09-06 00:52:48 -06:00
jesse
c407a747be
Added collision detection for several shapes and SIMD matrix multiplies
2025-08-24 18:01:56 -07:00
fd11638b8c
move everything around
2025-07-21 18:32:30 -06:00
jesse
c143b4d789
Added common shape collision detection
...
Triangle will probably be the next one.
I decided against using rays and did line segments instead. Probably much more broadly viable.
2025-07-05 03:52:42 -07:00
jesse
526e1c8e8e
More Vector and Matrix math and their tests
...
added common.jai for common math procedures
Some common procedures for smaller fixed vector sizes were made more optimal. SIMD coming later
Added tests to the math/module.jai
2025-05-31 14:46:39 -07:00