Skip to content

N35: Graphite #1091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/news/034/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,15 +675,15 @@ completely non-destructive editing experience.
technical debt cleanup, documentation, and bug fixes around the frontend. That
continues with the Rust backend next month.

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

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

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

[graphite-website]: https://graphite.rs
[graphite-repo]: https://github.com/GraphiteEditor/Graphite
Expand Down
Binary file added content/news/035/graphite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 33 additions & 1 deletion content/news/035/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,38 @@ _Discussion: [/r/rust](https://reddit.com/r/rust/comments/vj40qq/noumenal_my_3d_
[noumenal-appstore]: https://apps.apple.com/us/app/noumenal/id1584884105
[hackerfoo-website]: https://hackerfoo.com

### [Graphite][graphite-website]

![Graphite](graphite.png)

Graphite ([website][graphite-website], [GitHub][graphite-repo],
[Discord][graphite-discord], [Twitter][graphite-twitter]) is a free,
in-development raster and vector 2D graphics editor. It will be powered by a
node graph compositing engine that supercharges your layer stack, providing a
completely non-destructive editing experience.

June's [sprint 16][graphite-sprint] focused mainly on bug fixes and big
under-the-hood changes:

- Ahead of the curve: A long-awaited refactor replaces the underlying
Bézier curve data structure in alignment with requirements for Pen tool
improvements and the upcoming node system.
- Sending mixed messages: The internal messaging system was upgraded to
sequence the message processing in a more predictable stack-based order. A new
subscription-based event broadcaster was integrated as well.
- Back on the menu: The application menu bar content definitions were moved
from the JS frontend to a permanent home in the Rust backend.

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

[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]: https://github.com/GraphiteEditor/Graphite/milestone/16
[graphite-live-demo]: https://editor.graphite.rs

## Library Updates

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

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