pointvec/README.md

91 lines
1.8 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
2018-01-13 22:13:05 +00:00
## Controls
2018-01-29 20:48:58 +00:00
## default Mode
### File
- New: `CmdOrCtrl+N`
- Open: `CmdOrCtrl+O`
- Save: `CmdOrCtrl+S`
### Edit
- Copy: `CmdOrCtrl+C`
2018-02-19 02:29:07 +00:00
- Cut: `CmdOrCtrl+X`
2018-01-29 20:48:58 +00:00
- Paste: `CmdOrCtrl+V`
- Undo: `CmdOrCtrl+Z`
2018-01-31 20:21:59 +00:00
- Redo: `CmdOrCtrl+Shift+Z`
2018-01-29 20:48:58 +00:00
- Delete: `Backspace`
- Deselect: `Esc`
### Stroke
- Line: `A`
- Arc: `S`
- Arc Rev: `D`
- Bezier: `F`
- Connect: `Z`
### Effect
2018-02-06 20:48:04 +00:00
- Linecap: `Q`
- Linejoin: `W`
- Mirror: `E`
- Fill: `R`
2018-01-29 20:48:58 +00:00
- Thicker: `}`
- Thinner: `{`
- Thicker +5: `]`
- Thinner -5: `[`
2018-02-06 20:48:04 +00:00
### Layers
2018-02-19 02:29:07 +00:00
- Move Above: `P`
- Move Below: `L`
2018-01-29 20:48:58 +00:00
### View
- Tools: `U`
- Grid: `H`
- Control Points: `J`
2018-02-19 02:29:07 +00:00
### Mode
- Toggle Size: `CmdOrCtrl+E`
- Keyboard: `CmdOrCtrl+K`
## keyboard Mode
### Controls
- Add vertex: `Enter`
- Remove vertex: `Backspace`
### Select
- Move Up: `Up`
- Move Down: `Down`
- Move Left: `Left`
- Move Right: `Right`
- XXYY(0): `0`
- XXYY(1): `1`
- XXYY(2): `2`
- XXYY(3): `3`
- XXYY(4): `4`
- XXYY(5): `5`
- XXYY(6): `6`
- XXYY(7): `7`
- XXYY(8): `8`
- XXYY(9): `9`
### Mode
- Stop Keyboard Mode: `Escape`
2018-01-29 20:48:58 +00:00
2018-01-31 20:21:59 +00:00
<img src='https://cdn.rawgit.com/hundredrabbits/Dotgrid/master/LAYOUT.svg?v=3' width="600"/>
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
2017-12-26 22:22:02 +00:00
- Download additional [themes](https://github.com/hundredrabbits/Themes).
- Support this project through [Patreon](https://patreon.com/100).
- See the [License](LICENSE.md) file for license rights and limitations (MIT).