Skip to content

N45: Graphite #1373

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 4 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from 3 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/042/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,11 @@ node graph compositing engine.

New features from January's [sprint 22][graphite-sprint-22]:

- _Picture This:_ Imported images are now part of the node graph. The new _Image
- Picture this: Imported images are now part of the node graph. The new _Image
Frame_ node converts bitmap data into a vector rectangle holding the image.
This paves the way for other vector data like shapes and text to soon be
converted into nodes and composited alongside images.
- _Instant Iterations:_ Incremental graph compilation avoids recompiling the
- Instant iterations: Incremental graph compilation avoids recompiling the
whole graph each time an edit is made or a value changes. This makes iteration
faster and enables caching of intermediate computations for faster rendering.

Expand Down
Binary file added content/news/045/graphite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions content/news/045/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,42 @@ If you'd like to help contribute, please reach out to [@speak2erase]!
[mkxp]: https://github.com/Ancurio/mkxp
[r48]: https://github.com/20kdc/gabien-app-r48

### [Graphite][graphite-website]

![Graphite logo](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 based around a Rust-powered
node graph compositing engine.

April's [sprint 25][graphite-sprint-25] developments:

- Brushing up: The new Brush tool makes it possible to paint raster-based art.
- Writing down: A refactor of the Text tool integrates typographic content in
the node graph. Finally, all artwork types are node-based.
- Showing true colors: Node graph compositing now uses linear, not gamma,
color. Key new color adjustment nodes are added.
- Laying the groundwork: Further engineering work prepares the node graph
language for GPU execution. And development continues toward in-graph layer
stack compositing.

As always, new contributors are cordially 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!

[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-25]: https://github.com/GraphiteEditor/Graphite/milestone/25
[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

### [Backpack]
Expand Down