Skip to content

N43: Graphite #1312

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 1 commit into from
Mar 8, 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
2 changes: 1 addition & 1 deletion content/news/042/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ New features from January's [sprint 22][graphite-sprint-22]:
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
And soon, the Alpha Milestone 2 release will launch with new node graph
Copy link
Contributor Author

@Keavon Keavon Mar 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a minor amendment to the previous edition to correct a detail which changed between submission and publication last month. It seems minor and thus relatively harmless so I hope that's ok.

features, a revamped website, and a wider-reaching project announcement. Join
the [newsletter][graphite-newsletter] and stay tuned.

Expand Down
Binary file added content/news/043/graphite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions content/news/043/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,43 @@ The source is planned to be released in the next few weeks
[yds-github]: https://github.com/yds12
[yds-mastodon]: https://fosstodon.org/@yds/

### [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 February's [sprint 23][graphite-sprint-23]:

- _Shaping up:_ Editing shapes is now easier thanks to point selection and
manipulation improvements.
- _Deep dive:_ The user experience of nested layer selection is improved by
introducing "Deepest" and "Shallowest" modes.
- _Scroll settings:_ Scroll up-and-down, or zoom in-and-out, at your preference
using the new configuration for scroll wheel behavior.
- _Graph growth:_ Additional node graph engineering introduces graceful type
checking and brings GPU-accelerated compositing closer to realization.

As always, new contributors are kindly 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! 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-23]: https://github.com/GraphiteEditor/Graphite/milestone/23
[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

### [hexx]
Expand Down