@@ -636,6 +636,38 @@ and the second part is a lightweight fluid shader.
636
636
[ GLSL2WGSL ] : https://eliotbo.github.io/glsl2wgsl/
637
637
[ @leondenise ] : https://twitter.com/leondenise
638
638
639
+ ### [ Graphite] [ graphite-website ]
640
+
641
+ ![ Graphite] ( graphite.png )
642
+
643
+ Graphite ([ website] [ graphite-website ] , [ GitHub] [ graphite-repo ] ,
644
+ [ Discord] [ graphite-discord ] , [ Twitter] [ graphite-twitter ] ) is a free,
645
+ in-development raster and vector 2D graphics editor that will be based around a
646
+ Rust-powered node graph compositing engine.
647
+
648
+ July's [ sprint] [ graphite-sprint-17 ] focused on editor-centric
649
+ refactors upgrading stopgap measures to more robust systems.
650
+
651
+ - Making a splash: The default document is replaced by a welcome splash screen
652
+ following a refactor allowing for zero open documents.
653
+ - Modifying for Macs: Input handling supports the nonstandard modifier keys on
654
+ Mac keyboards, including labels in the UI.
655
+ - Setting a high bar: The menu bar cleans up actions and supports new ones like
656
+ "File" > "Import". Displayed hotkeys are based on the actual key mapping
657
+ source, varying by OS.
658
+ - Keeping organized: The editor codebase is restructured to cut away technical
659
+ debt and create consistency for new contributors and better docs going forward.
660
+
661
+ Open the [ Graphite editor] [ graphite-live-demo ] in your browser to give it a try
662
+ and share your creations with #MadeWithGraphite on Twitter.
663
+
664
+ [ graphite-website ] : https://graphite.rs
665
+ [ graphite-repo ] : https://github.com/GraphiteEditor/Graphite
666
+ [ graphite-discord ] : https://discord.graphite.rs
667
+ [ graphite-twitter ] : https://twitter.com/GraphiteEditor
668
+ [ graphite-sprint-17 ] : https://github.com/GraphiteEditor/Graphite/milestone/17
669
+ [ graphite-live-demo ] : https://editor.graphite.rs
670
+
639
671
## Library Updates
640
672
641
673
### [ bevy_godot]
0 commit comments