pbardea / calder

:art: A WebGL library, named after Alexander Calder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calder-gl

🎨 Written by — Paul Bardea, Abhishek Madan, Andrew McBurney, Dave Pagurek Van Mossel


Development Setup

# Install dependencies
yarn install

# Watch for changes to TypeScript, and build on change
gulp watch

# Run the compiled es5 JavaScript code
npm start

Testing

Note: test files should have the suffix: .spec.ts

# Run full test suite
npm test

About

:art: A WebGL library, named after Alexander Calder.

License:MIT License


Languages

Language:TypeScript 74.8%Language:JavaScript 25.2%