/illuminated.js

Illuminated.js – 2D lights and shadows rendering engine for HTML5 applications

Primary LanguageJavaScriptOtherNOASSERTION

Illuminated.js is a 2D lights and shadows rendering engine for HTML5 applications and games.

Checkout the demo

Read the article

src/illuminated.js should be the only file you need.

Get a Minified Version

URL=https://raw.github.com/gre/illuminated.js/master/src/illuminated.js
OUTPUT=illuminated.min.js
curl -d compilation_level=SIMPLE_OPTIMIZATIONS -d output_format=text -d output_info=compiled_code -d code_url=$URL http://closure-compiler.appspot.com/compile > $OUTPUT

Projects using Illuminated.js