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

https://github.com/stonesaw/dxruby-paint

simple paint app with dxruby
https://github.com/stonesaw/dxruby-paint

app dxruby game paint ruby

Last synced: about 1 year ago
JSON representation

simple paint app with dxruby

Awesome Lists containing this project

README

          

# dxruby-paint
simple paint app with dxruby

## Play on your PC
```bash
gem install dxruby
ruby app.rb
```

## Play at browser (WIP)
https://stonesaw.github.io/dxruby-paint

### Build to browser app (WIP)
```bash
gem install dxopal
cd docs
dxopal serve
```