pointvec/README.md

77 lines
1.7 KiB
Markdown
Raw Normal View History

2017-11-05 00:33:04 -04:00
# Dotgrid
2016-12-31 16:16:25 -05:00
2018-05-11 18:30:27 -04:00
[Dotgrid](http://wiki.xxiivv.com/dotgrid) is a simple vector drawing application.
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
2017-11-04 20:52:05 -04:00
## Guide
2018-05-11 18:30:27 -04:00
Clicking on the canvas will insert **control points**. 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 01:26:25 -04:00
2018-03-21 03:35:28 -04:00
Hold `shift` to drag entire layer, hold `alt` to delete a vertex.
2018-01-13 17:13:05 -05:00
## Controls
2018-01-29 15:48:58 -05:00
### File
- New: `CmdOrCtrl+N`
- Open: `CmdOrCtrl+O`
2018-05-10 19:21:43 -04:00
- Save(.grid): `CmdOrCtrl+S`
- Render(.png): `CmdOrCtrl+R`
- Export(.svg): `CmdOrCtrl+E`
- Build Icons: `CmdOrCtrl+B`
2018-01-29 15:48:58 -05:00
### Edit
- Copy: `CmdOrCtrl+C`
2018-02-18 21:29:07 -05:00
- Cut: `CmdOrCtrl+X`
2018-01-29 15:48:58 -05:00
- Paste: `CmdOrCtrl+V`
- Undo: `CmdOrCtrl+Z`
2018-01-31 15:21:59 -05:00
- Redo: `CmdOrCtrl+Shift+Z`
2018-01-29 15:48:58 -05:00
- Delete: `Backspace`
- Deselect: `Esc`
### Stroke
- Line: `A`
- Arc: `S`
- Arc Rev: `D`
- Bezier: `F`
2018-05-10 19:21:43 -04:00
- Close: `Z`
2018-01-29 15:48:58 -05:00
### Effect
2018-02-06 15:48:04 -05:00
- Linecap: `Q`
- Linejoin: `W`
- Mirror: `E`
2018-03-21 03:10:09 -04:00
- Fill: `R`
2018-05-07 19:43:31 -04:00
- Color: `G`
2018-01-29 15:48:58 -05:00
- Thicker: `}`
- Thinner: `{`
- Thicker +5: `]`
- Thinner -5: `[`
2018-02-06 15:48:04 -05:00
2018-05-07 19:43:31 -04:00
### Manual
- Add Point: `Enter`
- Move Up: `Up`
- Move Right: `Right`
- Move Down: `Down`
- Move Left: `Left`
- Remove Point: `CmdOrCtrl+Backspace`
2018-02-06 15:48:04 -05:00
### Layers
2018-03-06 19:50:41 -05:00
- Foreground: `CmdOrCtrl+1`
- Middleground: `CmdOrCtrl+2`
- Background: `CmdOrCtrl+3`
2018-01-29 15:48:58 -05:00
### View
- Tools: `U`
- Grid: `H`
2018-02-18 21:29:07 -05:00
### Mode
2018-03-06 19:50:41 -05:00
- Picker: `CmdOrCtrl+P`
2018-02-18 21:29:07 -05:00
2018-05-10 19:21:43 -04:00
<img src='https://cdn.rawgit.com/hundredrabbits/Dotgrid/master/LAYOUT.svg?v=5' width="600"/>
2017-11-07 16:40:13 -05:00
2017-12-26 17:22:02 -05:00
## Extras
2017-11-26 23:53:19 -05:00
2017-12-26 17:22:02 -05: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).