Skip to content

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

Notifications You must be signed in to change notification settings

martinb69/SteelSeries-Canvas

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • HTML 24.9%