0.3.1 • Published 7 years ago

imagine-engine v0.3.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

ImagineJS

An component based framework for highly browser compatible interactions

To compile (currently needed for anything to work):

  • install nodejs
  • run:
npm install
webpack
karma start

Features

  • Input manager
  • Time manager
  • premade components
  • box collision detection
  • absolute element positioning
  • demos
  • docs

todo:

  • imagine.config
  • look into use classes to optimise search for components
  • turn on and off auto class appending (?)
  • wtf there isnt an on key down that only returns true once per key press?
  • bug with indexof on ie
  • use _.extend or similar to copy methods and properties from a Imagine.BaseComponent
  • bring closer to unity model