All Projects → HanSolo → SteelSeries-Canvas

HanSolo / SteelSeries-Canvas

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

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].