Skip to content

N37: Graphite #1150

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
Sep 13, 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
Binary file added content/news/037/graphite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions content/news/037/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,39 @@ as well as awesome game demos.

## Tooling Updates

### [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 that will be based around a
Rust-powered node graph compositing engine.

August's [sprint][graphite-sprint-18] focused on Bézier shape editing and layer
transformation improvements.

- Ahead of the curve: Bézier shapes gain support for curve extension and shape
closing using the Pen tool and inserting points along curves with the Path
tool.
- Front and center: Layer origins may be set to control the center of rotation
and scale using the Transform tool.

Meanwhile, design and architecture work on the Graphene node-based programming
language has been well underway. Graphene is the data graph engine that will
replace Graphite's tree-based layer system in the next few sprints and evolve
into a raster-and-vector render engine over time.

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

## Library Updates

### [hot-lib-reloader]
Expand Down