Skip to content

N19: Graphite #526

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

Closed
wants to merge 1 commit into from
Closed
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions content/posts/newsletter-019/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,36 @@ More information about rafx:
[rafx-gdc-2017]: https://www.gdcvault.com/play/1024612/FrameGraph-Extensible-Rendering-Architecture-in
[rafx-distill]: https://github.com/amethyst/distill

### [Graphite](https://www.graphite.design)

![Static UI mockup showing a raster workflow](graphite-mockup-2021-03-07.jpg)
_Static UI mockup showing a raster workflow_

[Graphite](https://www.graphite.design)
([GitHub](https://github.com/GraphiteEditor/Graphite),
[Discord](
https://github.com/GraphiteEditor/Graphite/blob/master/README.md#discord
),
[Twitter](https://twitter.com/GraphiteEditor))
is a vector and raster graphics editor built on a nondestructive node-based
workflow.

Since February's Rust Gamedev Meetup
[which announced](https://www.youtube.com/watch?v=Ea4Wt_FgEEw&t=563s)
the Graphite vision and attracted tremendous interest, community advise has
shifted the development strategy to focus on a 0.1 MVP release ASAP:

- The past year's in-development custom GUI has been shelved in lieu of an
interim web GUI. Graphite intends to natively support Windows, Mac, Linux, and
Web. This change unblocks core application development but means Graphite is
Web-only until the Rust GUI ecosystem matures.
[Good progress](https://files.keavon.com/-/FamiliarChiefPiranha/capture.png)
this month has been made building the web GUI with [Vue](https://vuejs.org/).
- Graphite 0.1 will now support only vector editing. This defers the large
complexity of the graph render engine required for node-based raster editing.
It should be less difficult to first focus on building a vector editor that
improves upon the UX of Illustrator and Inkscape.

### [basis-universal-rs]

`basis-universal` provides bindings for [Binomial LLC][binomial-llc]'s
Expand Down