TrueDoctor
|
721a442b75
|
Use serde to serialize responses (#96)
|
2021-05-07 02:47:38 -07:00 |
|
TrueDoctor
|
cb9d34c84d
|
Improve rendering efficiency and add caching (#95)
Fixes #84
*Reduce heap allocations
* Add caching for rendering svgs
* Deduplicate UpdateCanvas Responses
|
2021-05-07 02:47:38 -07:00 |
|
TrueDoctor
|
3ab5f6b7ef
|
Add responses in document for layer system (#91)
|
2021-05-07 02:47:38 -07:00 |
|
Keavon Chambers
|
c98bc770da
|
Implement active tool visual syncing with tool shelf state
|
2021-04-10 03:49:27 -07:00 |
|
Keavon Chambers
|
4c546b2819
|
Plumb Responses from WASM to JS in the page
|
2021-04-10 02:48:33 -07:00 |
|
TrueDoctor
|
593572a4e8
|
Add loging implementation for wasm (#56)
|
2021-03-30 18:48:32 +02:00 |
|
Keavon Chambers
|
b5cd8327dd
|
Change document, viewport, and canvas terminology
|
2021-03-29 03:52:08 -07:00 |
|
T0mstone
|
94f50377a3
|
Implement basic circle stamping (#53)
|
2021-03-29 01:44:34 +02:00 |
|
T0mstone
|
0adfa3af72
|
Rename import to remove graphite prefix (#50)
|
2021-03-27 16:43:37 -07:00 |
|
TrueDoctor
|
0e553adb32
|
Implement event/response roundtrip (#49)
|
2021-03-28 00:23:41 +01:00 |
|
TrueDoctor
|
04dc05e575
|
Rework the ToolState and integrate it into the Editor struct (#48)
* Rework the ToolState and integrate it into the Editor struct
* Add asset manager sources to docs outline
|
2021-03-27 22:02:01 +01:00 |
|
ProTheory8
|
fe111a6684
|
Add camelcase rule, import Error type from JS and rename get_inner_color to inner. (#44)
* Add camelcase rule to .eslintrc.js
* Import Error type from JS, rename crate::wrappers::Color::get_inner_color to crate::wrappers::Color::inner
|
2021-03-27 02:26:55 -07:00 |
|
Keavon Chambers
|
7323d3cd21
|
Remove WebPack and let Vue CLI handle WASM. Project restructuring fixes. Add Vue SVG Loader. Fixes #29.
|
2021-03-27 02:26:55 -07:00 |
|
Keavon Chambers
|
7bfb04a99a
|
Rename project structure with /core and /client
|
2021-03-27 02:26:55 -07:00 |
|