JaimeGensler / thyseus

An archetypal Entity Component System, built entirely in Typescript
MIT License
74 stars 3 forks source link

[FEAT] @thyseus/math #90

Closed JaimeGensler closed 5 months ago

JaimeGensler commented 6 months ago

Describe the problem this feature solves

gl-matrix is great but doesn't use classes. New version looks like it will but I think Vec3s and the like will be TypedArray-backed and I'm not positive I agree with that, at least for my own uses. Creating a class-wrapper over what's there now, and also some other nice math primitives because why not

Additional help most welcome