Skip to content

N42: Graphite #1280

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
Feb 19, 2023
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
Binary file added content/news/042/graphite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions content/news/042/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,41 @@ projects or jams. The current version [v0.1.5] features:
[@janhohenheim]: https://github.com/janhohenheim
[v0.1.5]: https://github.com/janhohenheim/foxtrot/releases/tag/v0.1.5

### [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.

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

- _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
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.

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

[Open Graphite][graphite-editor] in your browser and start creating! Share your
designs 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-22]: https://github.com/GraphiteEditor/Graphite/milestone/22
[graphite-newsletter]: https://graphite.rs/#newsletter
[graphite-editor]: https://editor.graphite.rs

## Library Updates

### [big-brain]
Expand Down