Skip to content

N24: Graphite #743

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 2 commits into from
Aug 8, 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/024/graphite_scream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions content/news/024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,37 @@ animated sprites.

## Tooling Updates

### [Graphite][graphite-repo]

![Graphite logo](graphite_scream.png)
_A recreation of "The Scream" in Graphite by Norgate_

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

In the past month, the editor has gained numerous vector editing features,
including moving layers with the keyboard or mouse, filling and copying colors,
flipping and aligning selected layers, and setting blend modes and layer
opacity.

Scrollbars, rulers, and thumbnails are now functional. Full screen support has
been added, along with a hotkey to center the artwork. An options bar with
tool-specific settings and actions has been implemented, currently allowing
the number of sides of a polygon to be selected. The order of layers can now be
changed using hotkeys.

[Try it right now in your browser.][graphite-live-demo] Graphite is making
rapid progress towards becoming a non-destructive, procedural graphics editor
suitable of replacing traditional 2D DCC applications. The release of Graphite
0.1 is anticipated in the coming month; come
[join the Discord][graphite-discord] to help make it happen!

[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

### [discord-sdk]
Expand Down