Skip to content

jonathanmarvens/vek-engine

Repository files navigation

Vek Engine (vek-engine)

Efficient WebAssembly-based vector math engine for JavaScript/TypeScript

Installation

To install Vek Engine, run:

npm i --save vek-engine

Usage

import Vector from 'vek-engine'
import {createClassFactory} from 'vek-engine'
import {v} from 'vek-engine'
import {Vector} from 'vek-engine'
import type {VectorModalityT} from 'vek-engine'
import {VectorModalityType} from 'vek-engine'
import type {VectorOptionsT} from 'vek-engine'
import {VectorPrecision} from 'vek-engine'

Check out the tests for usage examples

Author

Jonathan Barronville

License

MPL-2.0 (Mozilla Public License 2.0)

About

Efficient WebAssembly-based vector math engine for JavaScript/TypeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published