diff --git a/content/news/044/graphite-artwork-valley-of-spires.png b/content/news/044/graphite-artwork-valley-of-spires.png new file mode 100644 index 000000000..5f4a97a00 Binary files /dev/null and b/content/news/044/graphite-artwork-valley-of-spires.png differ diff --git a/content/news/044/index.md b/content/news/044/index.md index 576ebfe11..3a1e5d87e 100644 --- a/content/news/044/index.md +++ b/content/news/044/index.md @@ -643,6 +643,41 @@ be it with suggestions, bugs or PRs. [rerun-discord]: https://discord.gg/npTFxYR9 [rerun-github]: https://github.com/rerun-io/rerun +### [Graphite][graphite-website] + +![Vector artwork made in Graphite: Valley of Spires][graphite-artwork] +_Valley of Spires - Vector art made in Graphite_ + +Graphite ([website][graphite-website], [GitHub][graphite-repo], +[Discord][graphite-discord], [Twitter][graphite-twitter]) is a free, +in-development raster and vector 2D graphics editor based around a Rust-powered +node graph compositing engine. + +March's [sprint 24][graphite-sprint-24] brings forth: + +- Vector nodes: A major refactor moves vector shape layers into the node graph. + Now the _shape_, _transform_, _fill_, and _stroke_ are all set via nodes in + the graph. Text is the final remaining holdout and will be node-ified next, + letting the node graph act as the universal layer type. + +As always, new contributors are kindly invited to +[get involved][graphite-contribute] and take on +[approachable issues][graphite-approachable-issues] with help from the +project's friendly and supportive developer community on Discord. + +[Open Graphite][graphite-editor] in your browser and start creating! Share your +designs with #MadeWithGraphite on Twitter. + +[graphite-artwork]: graphite-artwork-valley-of-spires.png +[graphite-website]: https://graphite.rs +[graphite-repo]: https://github.com/GraphiteEditor/Graphite +[graphite-discord]: https://discord.graphite.rs +[graphite-twitter]: https://twitter.com/GraphiteEditor +[graphite-sprint-24]: https://github.com/GraphiteEditor/Graphite/milestone/24 +[graphite-contribute]: https://graphite.rs/contribute +[graphite-approachable-issues]: https://github.com/GraphiteEditor/Graphite/labels/Good%20First%20Issue +[graphite-editor]: https://editor.graphite.rs + ## Library Updates ### [`bevy_text_mode`]