Skip to content

Commit 30900d4

Browse files
committed
Graphite edit
1 parent 4e42b28 commit 30900d4

File tree

3 files changed

+28
-30
lines changed

3 files changed

+28
-30
lines changed
Binary file not shown.
30.7 KB
Loading

content/posts/newsletter-019/index.md

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -637,36 +637,6 @@ More information about rafx:
637637
[rafx-gdc-2017]: https://www.gdcvault.com/play/1024612/FrameGraph-Extensible-Rendering-Architecture-in
638638
[rafx-distill]: https://github.com/amethyst/distill
639639

640-
### [Graphite](https://www.graphite.design)
641-
642-
![Static UI mockup showing a raster workflow](graphite-mockup-2021-03-07.jpg)
643-
_Static UI mockup showing a raster workflow_
644-
645-
[Graphite](https://www.graphite.design)
646-
([GitHub](https://github.com/GraphiteEditor/Graphite),
647-
[Discord](
648-
https://github.com/GraphiteEditor/Graphite/blob/master/README.md#discord
649-
),
650-
[Twitter](https://twitter.com/GraphiteEditor))
651-
is a vector and raster graphics editor built on a nondestructive node-based
652-
workflow.
653-
654-
Since February's Rust Gamedev Meetup
655-
[which announced](https://www.youtube.com/watch?v=Ea4Wt_FgEEw&t=563s)
656-
the Graphite vision and attracted tremendous interest, community advise has
657-
shifted the development strategy to focus on a 0.1 MVP release ASAP:
658-
659-
- The past year's in-development custom GUI has been shelved in lieu of an
660-
interim web GUI. Graphite intends to natively support Windows, Mac, Linux, and
661-
Web. This change unblocks core application development but means Graphite is
662-
Web-only until the Rust GUI ecosystem matures.
663-
[Good progress](https://files.keavon.com/-/FamiliarChiefPiranha/capture.png)
664-
this month has been made building the web GUI with [Vue](https://vuejs.org/).
665-
- Graphite 0.1 will now support only vector editing. This defers the large
666-
complexity of the graph render engine required for node-based raster editing.
667-
It should be less difficult to first focus on building a vector editor that
668-
improves upon the UX of Illustrator and Inkscape.
669-
670640
### [basis-universal-rs]
671641

672642
`basis-universal` provides bindings for [Binomial LLC][binomial-llc]'s
@@ -780,6 +750,34 @@ It consists of two crates:
780750
[wasm_plugin_host]: https://lib.rs/crates/wasm_plugin_host
781751
[wasm_plugin_guest]: https://lib.rs/crates/wasm_plugin_guest
782752

753+
### [Graphite][graphite-repo]
754+
755+
![](graphite.png)
756+
_Progress on the GUI_
757+
758+
[Graphite][graphite-repo] ([GitHub][graphite-repo], [Discord][graphite-discord],
759+
[Twitter](https://twitter.com/GraphiteEditor)) is an in-progress vector and
760+
raster graphics editor built on a nondestructive node-based workflow.
761+
762+
Since February's Rust Gamedev Meetup [which announced][graphite-video] the
763+
Graphite vision and attracted tremendous interest, community advise has shifted
764+
the development strategy to focus on a 0.1 MVP release ASAP:
765+
766+
- The past year's in-development custom GUI has been shelved in lieu of an
767+
interim web GUI. Graphite intends to natively support Windows, Mac, Linux, and
768+
Web. This change unblocks core application development but means Graphite is
769+
Web-only until the Rust GUI ecosystem matures. Good progress this month has
770+
been made building the web GUI with [Vue](https://vuejs.org/).
771+
- Graphite 0.1 will now support only vector editing. This defers the large
772+
complexity of the graph render engine required for node-based raster editing.
773+
It should be less difficult to first focus on building a vector editor that
774+
improves upon the UX of Illustrator and Inkscape.
775+
776+
[graphite-repo]: https://github.com/GraphiteEditor/Graphite
777+
[graphite-discord]: https://github.com/GraphiteEditor/Graphite/blob/master/README.md#discord
778+
[graphite-twitter]: https://twitter.com/GraphiteEditor
779+
[graphite-video]: https://www.youtube.com/watch?v=Ea4Wt_FgEEw&t=563s
780+
783781
## Popular Workgroup Issues in Github
784782

785783
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)