Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alpine-math

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alpine-math

A 3D math library for interactive WebGL experiences.

  • 0.1.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 30 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc