vek-engine
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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)

Package Sidebar

Install

npm i vek-engine

Weekly Downloads

0

Version

0.1.4

License

MPL-2.0

Unpacked Size

2.89 MB

Total Files

21

Last publish

Collaborators

  • jonathanmarvens