vsky279 / SteelSeries-Canvas

The HTML5 Canvas port of the SteelSeries component library. Mainly contains gauges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo represents the current state of the steelseries javascript canvas port. There is no documentation or build automation, yet.

The minified versions are produced (generally!) using the Microsoft Ajax Minifier: http://ajaxmin.codeplex.com/

I use the following simple batch file: @echo Minifying %~n1 to %~n1.min.js ... @"C:\Program Files (x86)\Microsoft\Microsoft Ajax Minifier\ajaxmin.exe" -JS "%1" -clobber:true -out "%~p1%~n1-min.js" -enc:in utf-8

See my Google+ page for announcements

About

The HTML5 Canvas port of the SteelSeries component library. Mainly contains gauges.


Languages

Language:JavaScript 75.0%Language:HTML 25.0%