https://github.com/hansolo/steelseries-canvas
The HTML5 Canvas port of the SteelSeries component library. Mainly contains gauges.
https://github.com/hansolo/steelseries-canvas
Last synced: 11 months ago
JSON representation
The HTML5 Canvas port of the SteelSeries component library. Mainly contains gauges.
- Host: GitHub
- URL: https://github.com/hansolo/steelseries-canvas
- Owner: HanSolo
- Created: 2011-08-11T19:59:18.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T16:34:47.000Z (over 3 years ago)
- Last Synced: 2024-12-11T12:25:16.620Z (over 1 year ago)
- Language: JavaScript
- Size: 2.23 MB
- Stars: 120
- Watchers: 30
- Forks: 76
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.txt
Awesome Lists containing this project
README
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