This package has been deprecated

Author message:

this package has been deprecated

alpine-math
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Alpine Math

npm version

A 3D math library WebGL.

Alpine Math extends the built-in JavaScript Array class. This means it can be used directly with any JavaScript function that expects plain JavaScript Array arguments. Similar to math.gl it is debug friendly and offers optional error checking after every math operation which makes it much easier to locate errors. This optional error checking can be disabled for production environments by calling setConfigEntry(MATH_VALIDATE, false)). It also offers strong printing support (toString()) which simplifies debugging.

Alpine Math builds on top of the excellent gl-matrix library which supports tree-shaking of individually exported functions and has been proven to be stable and correct.

Support

Alpine Engine supports the latest two versions of evergreen browsers:

  • Edge
  • Edge (Chromium)
  • Firefox
  • Chrome
  • Chrome Android
  • Safari
  • Safari iOS

Installation

Make sure you have Node.js installed.

 $ npm install alpine-math

Development

$ yarn start
 
$ yarn lint
 
$ yarn test
 
$ yarn build

Licence

My work is released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i alpine-math

Weekly Downloads

1

Version

0.1.4

License

none

Unpacked Size

464 kB

Total Files

76

Last publish

Collaborators

  • timvanscherpenzeel