Graphite
Graphite copied to clipboard
An open source graphics editor for 2025: comprehensive 2D content creation tool suite for graphic design, digital art, and interactive real-time motion graphics — featuring node-based procedural editi...
This fixes the commented out Specta integration resolving the TODO comment. It might be worth moving the type exporting code into the startup of the application if possible when doing...
Previously algorithm only spilt the line from both side with the give length.  Update the bevel algorithm for straight line only to give same bevel length. ...
New nodes: * 'Count' : counts the number of rows in an Instances * 'Path Length' : calculate the sum of all paths lengths in all instances of VectorData. *...
Closes #2225
Closes https://discord.com/channels/731730685944922173/881073965047636018/1383249080700108833
- Fix the clickability area of categories in the node editor context menu #2718 - Node editor context menu nodes category swaps: 1. Circular Repeat: Vector → Instancing 2. Copy...
will not solve #2351 - but maybe its a start
Part of #2026 Switches to the chumsky parser for performance, remove Unit support until #586 is resolved. Improves parser performance by about 40%, while also reducing compile times and improving...
Replaced the existing Line, Rectangle, Ellipse, and Polygon tools with a unified Shape Tool that supports the creation of all these shapes from a single interface. The old Line, Rectangle,...