Andreas Bresser
Andreas Bresser
Implement a live demo/playground using [Skulpt](https://github.com/skulpt/skulpt)
This is an awesome library, thank you very much for releasing it using MIT. What license is used for the assets? Are they public domain and can I just use...
Hi, I just noticed these deprecation warnings, maybe we should take a look at them: ``` npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest...
We need more documentation. - [ ] Auto-generated documentation form API - [ ] merge/fix examples and update gown-examples - [ ] create basic tutorials for building example applications:: -...
Most examples are not working: - [x] example 1 - touch up keeps button selected (see https://github.com/GreyRook/gown.js/blob/master/src/controls/Button.js#L160 ) - [ ] example 5 - scrollbars: no indication where the scroll...
Test gown.js with - [ ] [cocoon.io](https://cocoon.io/) - [ ] [Apache cordova (former phonegap)](https://cordova.apache.org/)
The current Text input is ignoring keyboard inputs. I will reintegrate the InputWrapper (based on the input control for PIXI by Sebastian Nette) we used before but also allow pure...
I just noticed that the current PIXI-version has an Application ( https://github.com/pixijs/pixi.js/blob/dev/src/core/Application.js ) that is very similar to our GOWN.Application, maybe GOWN.Application can inherrit from it?!
When running inside travis it shows only a fraction of the code: Statements : 59.5% ( 72/121 ) on my local machine `npm run coverage` shows way more: Statements :...