Skip to content

Commit f515dad

Browse files
authored
N43: Graphite (#1312)
1 parent 15c9054 commit f515dad

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

content/news/042/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ New features from January's [sprint 22][graphite-sprint-22]:
337337
whole graph each time an edit is made or a value changes. This makes iteration
338338
faster and enables caching of intermediate computations for faster rendering.
339339

340-
Later this month, the Alpha Milestone 2 release will launch with new node graph
340+
And soon, the Alpha Milestone 2 release will launch with new node graph
341341
features, a revamped website, and a wider-reaching project announcement. Join
342342
the [newsletter][graphite-newsletter] and stay tuned.
343343

content/news/043/graphite.png

25.2 KB
Loading

content/news/043/index.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,43 @@ The source is planned to be released in the next few weeks
461461
[yds-github]: https://github.com/yds12
462462
[yds-mastodon]: https://fosstodon.org/@yds/
463463

464+
### [Graphite][graphite-website]
465+
466+
![Graphite logo](graphite.png)
467+
468+
Graphite ([website][graphite-website], [GitHub][graphite-repo],
469+
[Discord][graphite-discord], [Twitter][graphite-twitter]) is a free,
470+
in-development raster and vector 2D graphics editor based around a Rust-powered
471+
node graph compositing engine.
472+
473+
New features from February's [sprint 23][graphite-sprint-23]:
474+
475+
- _Shaping up:_ Editing shapes is now easier thanks to point selection and
476+
manipulation improvements.
477+
- _Deep dive:_ The user experience of nested layer selection is improved by
478+
introducing "Deepest" and "Shallowest" modes.
479+
- _Scroll settings:_ Scroll up-and-down, or zoom in-and-out, at your preference
480+
using the new configuration for scroll wheel behavior.
481+
- _Graph growth:_ Additional node graph engineering introduces graceful type
482+
checking and brings GPU-accelerated compositing closer to realization.
483+
484+
As always, new contributors are kindly invited to
485+
[get involved][graphite-contribute] and take on
486+
[approachable issues][graphite-approachable-issues] with help from the
487+
project's friendly and supportive developer community on Discord.
488+
489+
[Open Graphite][graphite-editor] in your browser and start creating! Share your
490+
designs with #MadeWithGraphite on Twitter.
491+
492+
[graphite-website]: https://graphite.rs
493+
[graphite-repo]: https://github.com/GraphiteEditor/Graphite
494+
[graphite-discord]: https://discord.graphite.rs
495+
[graphite-twitter]: https://twitter.com/GraphiteEditor
496+
[graphite-sprint-23]: https://github.com/GraphiteEditor/Graphite/milestone/23
497+
[graphite-contribute]: https://graphite.rs/contribute
498+
[graphite-approachable-issues]: https://github.com/GraphiteEditor/Graphite/labels/Good%20First%20Issue
499+
[graphite-editor]: https://editor.graphite.rs
500+
464501
## Library Updates
465502

466503
### [hexx]

0 commit comments

Comments
 (0)