Skip to content

pbardea/calder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🎨 A WebGL library, named after Alexander Calder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.8%
  • JavaScript 25.2%