Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forivall/vgui.js
:sunrise_over_mountains: Javascript parser for valve gui files -- ported from optf2's vgui.py
https://github.com/forivall/vgui.js
Last synced: about 1 month ago
JSON representation
:sunrise_over_mountains: Javascript parser for valve gui files -- ported from optf2's vgui.py
- Host: GitHub
- URL: https://github.com/forivall/vgui.js
- Owner: forivall
- License: mit
- Created: 2013-04-23T06:46:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T17:16:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T09:57:49.888Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
vgui.js
=======A javascript library to parse and display Valve GUIs (eg. TF2 HUDs) in the
browser using html5 canvas. Will be used as the base for a HUD editor.###Status:
####In progress:
* vdf parsing
####Todo:
* rendering
* set up testing (TDD?)###Dependancies:
* Fabric.js
* will have hooks for angular.js (and possibly some other) databinding###Dev Dependancies:
* CoffeeScript (Redux?)
* Some Testing library (which one? so many!!!)