Graphite icon indicating copy to clipboard operation
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...

Results 538 Graphite issues
Sort by recently updated
recently updated
newest added

We should add a [Monaco](https://github.com/microsoft/monaco-editor) code editor for the Rust code which provides the implementations for proto nodes, as well as surrounding proto node metadata. This would allow editing a...

Feature
Architecture
Rust
Design
Graphene

Resolved types for the Import node (which is derived from the parent node) are not available for hidden node inputs. This is because although the hidden `Type`'s are stored in...

Architecture
Paper Cut
Graphene

Currently it is only possible to connect NodeInput::Value (disconnected export), or NodeInput::Node (link to node) to an export (UI only export node). It is not possible to connect an import...

Feature
Architecture
Graphene

When the cursor is in a text box, such as in the Text node, and the transform node is clicked, the editor crashes. This is due to the Value::String not...

Good First Issue
Crash

Improves the automatic positioning of nodes when moving layers in the layer panel Todo: - [x] Alt+click and drag to duplicate selection - [x] Improve the undo/redo system to fix...

Depends on #1923 - [x] Add White Balance Tag - [ ] Move scale colors steps above raw to image step - [ ] Merge raw to image step and...

Partially Closes #1839 I've implemented a functional dehaze node but it is not a GPU node yet