@@ -750,6 +750,34 @@ It consists of two crates:
750750[ wasm_plugin_host ] : https://lib.rs/crates/wasm_plugin_host
751751[ wasm_plugin_guest ] : https://lib.rs/crates/wasm_plugin_guest
752752
753+ ### [ Graphite] [ graphite-repo ]
754+
755+ ![ Graphite GUI] ( 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+
753781## Popular Workgroup Issues in Github
754782
755783<!-- Up to 10 links to interesting issues -->
0 commit comments