Graphite/frontend
Keavon Chambers e75714330c Implement anchor and handle point rendering with the Path Tool (#353)
* Implement Path Tool

* Draw a red rectangle where the first point on the shape is

* Correctly render anchors, handles, and connecting lines

* Fix drain() which can panic

* Refactor frontend messages to work as return values not callbacks

* Reduce the number of unnecessary frontend updates

* Fix stack overflow by using a loop

* Group Document Render calls and put them at the end

* Speed hacks for dirtification

* Add performance

* Bunch folder changed updates

* Add triggers to redraw overlays to movement_handler

* Polish the pixel-perfect rendering of vector manipulators

* Restore scrollbars that were disabled

* Cleanup

* WIP Add shape outline rendering

* Fix compiling

* Add outlines to selected shapes

* Fix outlines rendering over handles and anchors

* Fix dirtification

* Add a comment

* Address code review feedback

* Formatting

* Small tweaks

Co-authored-by: Oliver Davies <oliver@psyfer.io>
Co-authored-by: Dennis Kobert <dennis@kobert.dev>
2021-08-29 00:10:54 -07:00
..
assets Restructure project directories (#333) 2021-08-07 05:17:18 -07:00
public Revert "Fix floating menu positioning behavior when web page has scrollbars (#263) (#341)" 2021-08-11 23:49:31 -07:00
src Implement anchor and handle point rendering with the Path Tool (#353) 2021-08-29 00:10:54 -07:00
wasm Implement anchor and handle point rendering with the Path Tool (#353) 2021-08-29 00:10:54 -07:00
.eslintrc.js Improve web infrastructure 2021-08-26 19:20:38 -07:00
.gitignore Implement anchor and handle point rendering with the Path Tool (#353) 2021-08-29 00:10:54 -07:00
package-lock.json Improve web infrastructure 2021-08-26 19:20:38 -07:00
package.json Improve web infrastructure 2021-08-26 19:20:38 -07:00
tsconfig.json Improve web infrastructure 2021-08-26 19:20:38 -07:00
vue.config.js Improve web infrastructure 2021-08-26 19:20:38 -07:00