/quickio-math

A TypeScript vector and matrix math library.

Primary LanguageTypeScriptMIT LicenseMIT

QUICKIO-MATH

This repo is forked from matthiasferch/tsm. I plan to further add features, which will be used in my game engine quickio.

Compile

$ npm run build

Compile in watch mode

$ npm run dev

Run tests

$ npm run test