Skip to content

Commit c3032ec

Browse files
N35: Graphite (#1091)
Co-authored-by: Joe Clay <[email protected]>
1 parent a83ffb5 commit c3032ec

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

content/news/034/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,15 +675,15 @@ completely non-destructive editing experience.
675675
technical debt cleanup, documentation, and bug fixes around the frontend. That
676676
continues with the Rust backend next month.
677677

678-
- A Radiant Gradient: The Gradient tool now supports radial styles in
678+
- A radiant gradient: The Gradient tool now supports radial styles in
679679
addition to linear.
680680

681681
- New blog post: [Learn about the plans][graphite-blog-post] for
682682
distributed computing across many CPUs and GPUs with Graphene, the Rust-based
683683
node graph engine and renderer that will power Graphite.
684684

685685
Open the [Graphite editor][graphite-live-demo] in your browser to give it a try
686-
and share your creations with `#MadeWithGraphite` on Twitter.
686+
and share your creations with #MadeWithGraphite on Twitter.
687687

688688
[graphite-website]: https://graphite.rs
689689
[graphite-repo]: https://github.com/GraphiteEditor/Graphite

content/news/035/graphite.png

25.2 KB
Loading

content/news/035/index.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,38 @@ _Discussion: [/r/rust](https://reddit.com/r/rust/comments/vj40qq/noumenal_my_3d_
533533
[noumenal-appstore]: https://apps.apple.com/us/app/noumenal/id1584884105
534534
[hackerfoo-website]: https://hackerfoo.com
535535

536+
### [Graphite][graphite-website]
537+
538+
![Graphite](graphite.png)
539+
540+
Graphite ([website][graphite-website], [GitHub][graphite-repo],
541+
[Discord][graphite-discord], [Twitter][graphite-twitter]) is a free,
542+
in-development raster and vector 2D graphics editor. It will be powered by a
543+
node graph compositing engine that supercharges your layer stack, providing a
544+
completely non-destructive editing experience.
545+
546+
June's [sprint 16][graphite-sprint] focused mainly on bug fixes and big
547+
under-the-hood changes:
548+
549+
- Ahead of the curve: A long-awaited refactor replaces the underlying
550+
Bézier curve data structure in alignment with requirements for Pen tool
551+
improvements and the upcoming node system.
552+
- Sending mixed messages: The internal messaging system was upgraded to
553+
sequence the message processing in a more predictable stack-based order. A new
554+
subscription-based event broadcaster was integrated as well.
555+
- Back on the menu: The application menu bar content definitions were moved
556+
from the JS frontend to a permanent home in the Rust backend.
557+
558+
Open the [Graphite editor][graphite-live-demo] in your browser to give it a try
559+
and share your creations with #MadeWithGraphite on Twitter.
560+
561+
[graphite-website]: https://graphite.rs
562+
[graphite-repo]: https://github.com/GraphiteEditor/Graphite
563+
[graphite-discord]: https://discord.graphite.rs
564+
[graphite-twitter]: https://twitter.com/GraphiteEditor
565+
[graphite-sprint]: https://github.com/GraphiteEditor/Graphite/milestone/16
566+
[graphite-live-demo]: https://editor.graphite.rs
567+
536568
## Library Updates
537569

538570
### [psf2]
@@ -673,7 +705,7 @@ a new feature to export texture [to png] easily.
673705
- [Bevy's "good first issue" issues][bevy-issues].
674706

675707
[awgy]: https://github.com/rust-gamedev/arewegameyet#contribute
676-
[graphite-contribute]: https://github.com/GraphiteEditor/Graphite/issues/202
708+
[graphite-contribute]: https://graphite.rs/contribute
677709
[winit-issues]: https://github.com/rust-windowing/winit/issues?q=is%3Aopen+is%3Aissue+label%3A%22difficulty%3A+easy%22
678710
[backroll-rs]: https://github.com/HouraiTeahouse/backroll-rs/issues
679711
[embark.rs]: https://embark.rs

0 commit comments

Comments
 (0)