Skip to content
russplaysguitar edited this page Sep 1, 2011 · 14 revisions

Description

LimeJS is an open source HTML5+JS game development framework. It includes 3 example games that we can improve upon within the lime/demos folder.

Leader Name + GitHub ID

Russ S. (russplaysguitar)

Dependencies

  • Python 2.6+ (2.7 works fine)
  • Subversion

Installation Steps

  1. Install Python via Synaptic
  2. Install Subversion via Synaptic
  3. $ git clone [email protected]:ChicoTeam/limejs.git
  4. $ cd limejs
  5. $ bin/lime.py init NOTE: Spaces within your project path will cause installation errors

Steps to Run

To create a new project: $ bin/lime.py create helloworld

To find the demos: $ cd lime/demos

Language/Framework References and Guides

Links to LimeJS tutorials

Getting started

The Timeline

Layout and Nodes

Shapes and Fills

Events

Animations

Drawing Engines

Building

Clone this wiki locally