Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!!!)