Graphite/node-graph/gstd/src
Keavon Chambers 0a9bd41be1
Code cleanup and refactoring to enhance consistency (#1695)
- Move message handler payload data into structs
- Organize the file structure used by `editor/src/messages/portfolio/document` `/node_graph` and `/graph_operation`
- Make derive attributes use `serde::Serialize, serde::Deserialize` consistently instead of `use serde::{Deserialize, Serialize};` imports
- Various other code cleanup and refactoring
2024-03-20 21:28:51 -07:00
..
any.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
brush.rs Attribute-based vector format refactor (#1624) 2024-03-09 10:27:30 -08:00
cache.rs Rename the legacy Graphene crate to document-legacy (#899) 2022-12-22 02:12:05 -08:00
gpu_nodes.rs Rename NodeNetwork inputs/outputs to imports/exports 2024-03-11 00:13:01 -07:00
http.rs Fix Imaginate by porting its JS roundtrip code to graph-based async execution in Rust (#1250) 2023-06-09 09:03:15 +02:00
image_color_palette.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
image_segmentation.rs Serialize Color as srgb (#1136) 2023-04-16 15:02:22 +02:00
imaginate.rs Use f64 not f32 throughout graph; add Vector2 value node (#1618) 2024-02-18 22:16:37 +00:00
lib.rs Add the Image Color Palette node (#1311) 2023-12-09 15:21:41 -08:00
null.png Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
quantization.rs Add viewing/editing layer names, add Blend Mode node, and clean up Layer node (#1489) 2023-12-07 15:10:47 -08:00
raster.rs Use f64 not f32 throughout graph; add Vector2 value node (#1618) 2024-02-18 22:16:37 +00:00
value.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
wasm_application_io.rs Upgrade several Rust dependencies (#1613) 2024-02-17 15:02:41 -08:00