pointvec/README.md

53 lines
1.4 KiB
Markdown
Raw Normal View History

2017-11-05 04:33:04 +00:00
# Dotgrid
2016-12-31 21:16:25 +00:00
2017-11-05 05:26:25 +00:00
Dotgrid is a simple vector drawing application.
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
2017-11-05 00:52:05 +00:00
## Guide
2017-11-13 18:52:53 +00:00
Clicking on the canvas will insert control points, up to 3CPs. CPs can be moved with the arrows. Clicking one of the path icons, or pressing one of the shortcuts, will draw a stroke between them. The newly created segment's handles can be moved by clicking and dragging them.
2017-11-05 05:26:25 +00:00
2017-11-05 00:52:05 +00:00
## Controls
2017-11-13 18:52:53 +00:00
### Segments
2017-01-04 18:25:40 +00:00
2017-11-05 04:33:04 +00:00
- `a` Draw Arc(counter-clockwise).
- `s` Draw Arc(clockwise).
- `d` Draw Line.
- `f` Draw Bezier.
2017-11-13 18:52:53 +00:00
- `g` Close Path.
2017-11-27 04:35:53 +00:00
- `h` Fill Path.
2017-11-05 00:52:05 +00:00
2017-11-05 04:33:04 +00:00
### Parametric
2017-11-05 00:52:05 +00:00
2017-11-19 19:29:38 +00:00
- `arrows` Move last control point.
- `click/drag` Translate target control point.
- `click+alt` Erase target control point.
### Shortcuts
2017-11-13 18:52:53 +00:00
- `]` Increase stroke size.
- `[` Reduce stroke size.
2017-11-05 04:33:04 +00:00
- `/` Toggle linecap.
2017-11-13 18:52:53 +00:00
- `space` Mirror.
- `escape` Remove control points.
2017-11-21 22:58:07 +00:00
- `~` Double canvas size.
2017-11-07 21:40:13 +00:00
- `ctrl+n` New canvas.
2017-11-13 18:52:53 +00:00
- `ctrl+s` Export canvas.
- `ctrl+z` Delete last segment.
2017-11-19 19:29:38 +00:00
## Hacker Mode(Cheatmode)
2017-11-13 03:54:56 +00:00
2017-11-19 19:29:38 +00:00
- `tab` Toggle interface.
- `1204` Will add a control point at x:12,y:4.
2017-11-07 21:40:13 +00:00
2017-11-27 04:53:19 +00:00
## Support
You can support this project through [Patreon](https://patreon.com/100), or with `$ETH 0x7a5f5d9B697F04f5deE82c81859F7cC4FDb6e990` and `$BTC 1NU2Pso6nYbRpCAftX3yqQW9w2NSUxzsNa`.
2017-11-05 00:52:05 +00:00
## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (CC).