pointvec/README.md

25 lines
680 B
Markdown
Raw Normal View History

2017-11-05 04:33:04 +00:00
# Dotgrid
2016-12-31 21:16:25 +00:00
2018-12-21 22:16:30 +00: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 21:16:25 +00:00
2017-11-05 04:33:04 +00:00
<img src='https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' width="600"/>
2016-12-31 21:18:41 +00:00
2018-09-20 04:09:19 +00:00
## Guide
2018-12-21 22:16:30 +00:00
View the [guide](https://100r.co/blog.html#dotgrid).
2018-09-20 04:09:19 +00:00
2018-12-21 22:16:30 +00:00
## Electron Build
2017-11-05 00:52:05 +00:00
2018-09-14 00:24:04 +00:00
```
cd desktop
npm install
npm start
```
2017-11-07 21:40:13 +00:00
2017-12-26 22:22:02 +00:00
## Extras
2017-11-27 04:53:19 +00:00
2018-09-14 01:50:20 +00:00
- This application supports the [Ecosystem Theme](https://github.com/hundredrabbits/Themes).
2017-12-26 22:22:02 +00: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 21:39:22 +00:00
- Pull Requests are welcome!