https://github.com/vovanr/lol-ui
Experimental UI
https://github.com/vovanr/lol-ui
Last synced: 2 months ago
JSON representation
Experimental UI
- Host: GitHub
- URL: https://github.com/vovanr/lol-ui
- Owner: VovanR
- License: mit
- Created: 2015-02-16T14:23:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T07:13:49.000Z (about 11 years ago)
- Last Synced: 2025-01-26T19:32:33.402Z (over 1 year ago)
- Language: JavaScript
- Size: 465 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lol UI
Experimental UI on [pixi.js](https://github.com/GoodBoyDigital/pixi.js/)
## Components
- Button
- Progressbar
- Indicator
- Panel
- ControlPanel
- UnitPanel
## Initialization
```sh
npm i
```
## Development
```sh
gulp
```
Then open [http://localhost:8000/](http://localhost:8000/)
### Testing
```sh
open ./src/scripts/button/button-test.html
```
## Building
```sh
gulp build
```
Then open in browser
```sh
open ./dist/index.html
```
## Specifications



## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)