Graphite/node-graph/gcore/src
Priyanshu d5cb380328
Refactor the 'Position on Path' and 'Tangent on Path' nodes to use the Kurbo API (#2611)
* rough refactor of Position on Path node

* refactor

* refactor 'Tangent on Path' node implementation to use kurbo API

* Code review

---------

Co-authored-by: indierusty <priyaayadav@gmail.com>
Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-04-29 21:51:10 -07:00
..
graphic_element Add reference point input to the Mirror node 2025-04-24 05:33:20 -07:00
raster Add reference point input to the Mirror node 2025-04-24 05:33:20 -07:00
text Improve Text tool resize/drag behavior (#2428) 2025-03-19 06:49:49 +00:00
vector Refactor the 'Position on Path' and 'Tangent on Path' nodes to use the Kurbo API (#2611) 2025-04-29 21:51:10 -07:00
animation.rs Experimental animation support (#2443) 2025-03-19 01:19:49 -07:00
application_io.rs Update Tauri to v2 and execute only the node graph in native (#2362) 2025-04-14 11:43:15 +00:00
consts.rs Add Vello support for Outline view mode rendering; add non_scaling to strokes (SVG, not yet Vello) (#2455) 2025-04-07 00:02:11 +00:00
context.rs Add the first field-based nodes: 'Instance on Points', 'Instance Position', 'Instance Index', as well as 'Grid' (#2574) 2025-04-16 11:58:59 +00:00
generic.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
gpu.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
graphic_element.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00
instances.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00
lib.rs Experimental animation support (#2443) 2025-03-19 01:19:49 -07:00
logic.rs Experimental animation support (#2443) 2025-03-19 01:19:49 -07:00
memo.rs Add 'Freeze Real Time' and 'Boundless Footprint' nodes as alternatives to using 'Memoize Impure' (#2509) 2025-04-02 11:31:52 +00:00
ops.rs FIx the 'Morph' node to not fail on topology changes like holes 2025-04-29 04:49:08 -07:00
raster.rs Improve instancing nodes (make them output group data, add 'Instance Repeat', fix Flatten Vector Elements click targets, and more) (#2610) 2025-04-22 17:55:57 -07:00
registry.rs Fix and improve robustness of node/parameter tooltip plumbing; simplify properties row widget boilerplate (#2600) 2025-04-19 20:25:36 -07:00
structural.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
text.rs Refactor the node macro and simply most of the node implementations (#1942) 2024-09-20 03:50:30 -07:00
transform.rs Add reference point input to the Mirror node 2025-04-24 05:33:20 -07:00
types.rs Update Tauri to v2 and execute only the node graph in native (#2362) 2025-04-14 11:43:15 +00:00
uuid.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
value.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00