Skip to content

asinglebit/cor-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORjs (Canvas Object Renderer)

Features:

  • Scene manager
  • Node tree
  • Bounding box calculation
  • Material system
  • Depth buffer
  • Timeline
  • Keyframes
  • Easing functions
  • Time dependent transformations
  • Controllable fps
  • Animation-ready complex splines

  • To run a demo on localhost:8080:

$ npm install $ npm start

  • To run specific demo samples on localhost:8080:

npm run start:sample_name

  • Generates test reports

$ npm run test:watch:phantomjs

  • Starts continuous testing with phantomjs

$ npm run test:watch:all

  • Starts continuous testing with phantomjs, chrome and firefox

$ npm run test:once

  • Runs all of the test on phantomjs, chrome and firefox once, then generates the reports
  • Use the 'win:' prefix to run scripts on windows machines

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published