pointvec/README.md

36 lines
1.1 KiB
Markdown
Raw Normal View History

2017-11-05 00:33:04 -04:00
# Dotgrid
2016-12-31 16:16:25 -05:00
2019-07-24 18:54:32 -04:00
<img src="https://raw.githubusercontent.com/hundredrabbits/100r.co/master/media/content/characters/dotgrid.hello.png" width="300"/>
2018-12-21 17:16:30 -05:00
[Dotgrid](http://wiki.xxiivv.com/dotgrid) is a simple vector drawing application that works directly [in the browser](https://hundredrabbits.github.io/Dotgrid/).
2016-12-31 16:16:25 -05:00
2017-11-05 00:33:04 -04:00
<img src='https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' width="600"/>
2016-12-31 16:18:41 -05:00
2018-09-20 00:09:19 -04:00
## Guide
View the [guide](https://100r.co/pages/dotgrid.html#introduction).
2018-09-20 00:09:19 -04:00
2018-12-21 17:16:30 -05:00
## Electron Build
2017-11-04 20:52:05 -04:00
2018-09-13 20:24:04 -04:00
```
cd desktop
npm install
npm start
```
2017-11-07 16:40:13 -05:00
2019-01-12 15:56:55 -05:00
## UDP Controls
2019-06-21 19:17:56 -04:00
Dotgrid can be controlled by UDP via the port `49161`. It expects messages up to 6 characters.
2019-01-12 15:56:55 -05:00
- **layer** `0/1/2`
2019-01-12 19:12:33 -05:00
- **type** `l/c/r/z` (`l`:line, `c`:clock-wise arc, `r`: cc-wise arc, `z`: close, `.`:clear, `*`: draw)
2019-01-12 15:56:55 -05:00
- **from** `0-z``0-z`
- **to** `0-z``0-z`
2017-12-26 17:22:02 -05:00
## Extras
2017-11-26 23:53:19 -05:00
2018-09-13 21:50:20 -04:00
- This application supports the [Ecosystem Theme](https://github.com/hundredrabbits/Themes).
2017-12-26 17:22:02 -05:00
- Support this project through [Patreon](https://patreon.com/100).
- See the [License](LICENSE.md) file for license rights and limitations (MIT).
2018-08-10 17:39:22 -04:00
- Pull Requests are welcome!