Graphite/editor/src/messages/tool
Dennis Kobert 4bd9fbd073 Make the dynamic node graph execution asynchronous (#1218)
* Make node graph execution async

Make node macro generate async node implementations

Start propagating async through the node system

Async checkpoint

Make Any<'i> Send + Sync

Determine node io type using panic node

Fix types for raster_node macro

Finish porting node registry?

Fix lifetime errors

Remove Send + Sync requirements and start making node construction async

Async MVP

Fix tests

Clippy fix

* Fix nodes

* Simplify lifetims for node macro + make node macro more modular

* Reenable more nodes

* Fix pasting images

* Remove http test from brush node

* Fix output type for cache node

* Fix types for let scope

* Fix formatting
2023-05-27 11:48:57 +02:00
..
common_functionality Make the dynamic node graph execution asynchronous (#1218) 2023-05-27 11:48:57 +02:00
tool_messages Delete handle on dragging it into its anchor (#1202) 2023-05-20 12:27:48 +05:30
transform_layer Implement the Brush without relying on a stamp texture 2023-04-29 01:31:14 +02:00
mod.rs Move G/R/S to tools folder (#1076) 2023-03-10 23:06:31 +00:00
tool_message.rs Refactor naming to deprecate "node graph frame" terminology (#1187) 2023-04-28 01:30:47 -07:00
tool_message_handler.rs Add color choices to the options bar of tools (#1199) 2023-05-08 18:00:10 +08:00
utility_types.rs Implement Infrastructure to reuse previous frames for brush drawing 2023-05-03 13:14:41 +02:00