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
- Host: GitHub
- URL: https://github.com/stonesaw/dxruby-paint
- Owner: stonesaw
- Created: 2022-02-05T07:07:12.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-05T10:35:54.000Z (over 4 years ago)
- Last Synced: 2025-01-27T23:40:46.947Z (over 1 year ago)
- Topics: app, dxruby, game, paint, ruby
- Language: Ruby
- Homepage:
- Size: 351 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```