Skip to content

Commit a9a7436

Browse files
authored
N44: Graphite (#1344)
1 parent e08ca86 commit a9a7436

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Loading

content/news/044/index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,41 @@ be it with suggestions, bugs or PRs.
643643
[rerun-discord]: https://discord.gg/npTFxYR9
644644
[rerun-github]: https://github.com/rerun-io/rerun
645645

646+
### [Graphite][graphite-website]
647+
648+
![Vector artwork made in Graphite: Valley of Spires][graphite-artwork]
649+
_Valley of Spires - Vector art made in Graphite_
650+
651+
Graphite ([website][graphite-website], [GitHub][graphite-repo],
652+
[Discord][graphite-discord], [Twitter][graphite-twitter]) is a free,
653+
in-development raster and vector 2D graphics editor based around a Rust-powered
654+
node graph compositing engine.
655+
656+
March's [sprint 24][graphite-sprint-24] brings forth:
657+
658+
- Vector nodes: A major refactor moves vector shape layers into the node graph.
659+
Now the _shape_, _transform_, _fill_, and _stroke_ are all set via nodes in
660+
the graph. Text is the final remaining holdout and will be node-ified next,
661+
letting the node graph act as the universal layer type.
662+
663+
As always, new contributors are kindly invited to
664+
[get involved][graphite-contribute] and take on
665+
[approachable issues][graphite-approachable-issues] with help from the
666+
project's friendly and supportive developer community on Discord.
667+
668+
[Open Graphite][graphite-editor] in your browser and start creating! Share your
669+
designs with #MadeWithGraphite on Twitter.
670+
671+
[graphite-artwork]: graphite-artwork-valley-of-spires.png
672+
[graphite-website]: https://graphite.rs
673+
[graphite-repo]: https://github.com/GraphiteEditor/Graphite
674+
[graphite-discord]: https://discord.graphite.rs
675+
[graphite-twitter]: https://twitter.com/GraphiteEditor
676+
[graphite-sprint-24]: https://github.com/GraphiteEditor/Graphite/milestone/24
677+
[graphite-contribute]: https://graphite.rs/contribute
678+
[graphite-approachable-issues]: https://github.com/GraphiteEditor/Graphite/labels/Good%20First%20Issue
679+
[graphite-editor]: https://editor.graphite.rs
680+
646681
## Library Updates
647682

648683
### [`bevy_text_mode`]

0 commit comments

Comments
 (0)