Commit graph

3 commits

Author SHA1 Message Date
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