shovemedia / GigaJS

HTML5 site engine based on the GAIA Flash Framework
MIT License
4 stars 2 forks source link

GigaJS

HTML5 site engine based on the GAIA Flash Framework

Giga leverages the following fine libraries:

Installation

See: Getting Started with GigaJS

Demos!

Module

The demo in /demo/module uses Giga built as a module. Your Site class is responsible for bootstrapping the correct supporting classes: PreloadController ContentRenderer CustomTransitions

See /demo/module/js/Site.js

Live Demos

http://shovemedia.com/giga/site
http://shovemedia.com/giga/module

Site

The demo in /demo/site uses Giga built as a full site.

All the necessary JS is built into one minified file: /site/js/test/Site.min.js (jquery is excluded as you might wish to lean on a cached CDN)

Optimized Build

Setup

You'll need to install these fine tools:

You'll need to set the following paths in build.properties:

Build

from the command-line: ant build

for documentation: ant generateDocs