@vicimpa/glm
A lightweight, class-based alternative to gl-matrix providing vector, matrix, and quaternion math utilities for 2D/3D graphics, game development, and WebGL/WebGPU applications.
gl-vec3
gl-matrix's vec3, split into smaller pieces
camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
dot-prop
Get, set, or delete a property from a nested object using a dot path