chrilith / Gamalto

JavaScript Development Framework

Home Page:http://www.gamalto.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GAMALTO

Build Status devDependency Status Inline docs

Check the site for updates and examples: http://www.gamalto.com/

Building Gamalto

To build your own version of Gamalto you'll need Node.js and Gulp.

First you need to clone the Gamalto repository to your computer.

$ git clone https://github.com/chrilith/Gamalto.git

Then, install the dependencies required to build from source.

$ cd Gamalto
$ npm install

Finally, build Gamalto using the following command.

$ gulp --mode production

Documentation

The full documentation is available online at: http://www.gamalto.com/documentation/

You can build the documentation with:

$ gulp doc

TODO

  • Complete current code cleanup and documentation!
  • Complete sound support
  • Freeze vertices in shapes

Roadmap

  • Add storage support
  • Add better indexed image support
  • Add depth support to Color and Palette
  • Add indexed palette surface with multi-palette support
  • Add full WebGL renderer
  • Add more map orientations support
  • Add more transformations
  • Add basic SAT support
  • Add shapes rendering
  • Add TypeScript definition
  • Add semver support to Version object

Support

For requests and issues use the GitHub project at: https://github.com/chrilith/Gamalto

Dependencies

Currently, Gamalto relies on a single polyfill for older browsers with no native Promise support.

License

Copyright (C)2012-2015 Chris Apers and The Gamalto Project, all rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

JavaScript Development Framework

http://www.gamalto.com/


Languages

Language:JavaScript 99.7%Language:GLSL 0.3%