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 is a bit longer-term, once we have a more rigorously defined architecture for "actions" similar to how Blender does it (where they're searchable, and probably where you can specify...
See the picture below with the lines running within the X and Y rulers, connected by a 5x5 px gray hollow square on either end. In the middle (in this...
# Requires https://github.com/GraphiteEditor/Graphite/pull/2729 This PR contains the code changes, for bulk renames see https://github.com/GraphiteEditor/Graphite/pull/2735 Features removed: * `std`, `alloc` to make it std-only * `std` depends on `reflections`, `spectra`, `rustybuzz`,...
# Requires https://github.com/GraphiteEditor/Graphite/pull/2736 Everything needs serde anyway
# Requires https://github.com/GraphiteEditor/Graphite/pull/2735 Every crate currently defines their own features, which means if you build or check an intermediary crate, and that one doesn't need eg. `web_sys/TextMetrics` (from `graphite-wasm`), `web_sys`...
# Require https://github.com/GraphiteEditor/Graphite/pull/2724 This PR contains the bulk renames, for code changes see https://github.com/GraphiteEditor/Graphite/pull/2724
# Requires https://github.com/GraphiteEditor/Graphite/pull/2733 bulk renames, for code changes see https://github.com/GraphiteEditor/Graphite/pull/2729
# Requires https://github.com/GraphiteEditor/Graphite/pull/2723 code changes, for bulk renames see https://github.com/GraphiteEditor/Graphite/pull/2729 This PR and https://github.com/GraphiteEditor/Graphite/pull/2729 makes `editor` to only depend on `gstd` and removes it's dependency on `gcore`. Instead, all of...
Closes #696. Resolves part 1 of #2716.
Closes #2720