Skip to content

N23: Graphite #705

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 5 commits into from
Jul 6, 2021
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/023/graphite-cherry-tree.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/023/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,39 @@ demo purposes, to show actual results of commands.
[Rusty Slider]: https://ollej.github.io/rusty-slider
[@ollej]: https://twitter.com/ollej

### [Graphite][graphite-repo]

![Geometric cherry tree](graphite-cherry-tree.png)
_Geometric cherry tree artwork by BillyDM, winner of last month's first
Graphite art contest_

Graphite ([GitHub][graphite-repo], [Discord][graphite-discord],
[Twitter](https://twitter.com/GraphiteEditor)) is an in-development vector and
raster graphics editor built on a nondestructive node-based workflow.

Since last newsletter, the editor has received the ability to select layers via
the layer panel and by clicking or dragging a box selection in the
viewport. Selected layers can be deleted, duplicated, and copy/pasted.

It is now possible to create, edit, and close multiple documents in their own
editor tabs. Additional frontend cleanup and polish has also improved many
parts of the editor experience.

Lastly, support for transforms was added to the layers and document, paving
the way for moving/scaling/rotating layers and the whole document within the
viewport.

[Try it right now in your browser.][graphite-live-demo] Graphite is making
rapid progress towards becoming a nondestructive, procedural graphics editor
suitable of replacing traditional 2D DCC applications. Please
[join the Discord][graphite-discord] - and consider asking for a tour of the
code and how you can help!

[graphite-repo]: https://github.com/GraphiteEditor/Graphite
[graphite-discord]: https://discord.graphite.design
[graphite-twitter]: https://twitter.com/GraphiteEditor
[graphite-live-demo]: https://editor.graphite.design

## Library Updates

### [backroll-rs] and [GGRS]
Expand Down