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

https://github.com/vovanr/lol-ui

Experimental UI
https://github.com/vovanr/lol-ui

Last synced: 2 months ago
JSON representation

Experimental UI

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
![Control Panel](specs/control_panel.png)
![Unit Panel](specs/unit_panel.png)
![Progressbar](specs/progressbar.png)

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