@@ -220,6 +220,41 @@ various libraries. So he created Foxtrot, where he collected most basic features
220
220
[ @janhohenheim ] : https://github.com/janhohenheim
221
221
[ v0.1.5 ] : https://github.com/janhohenheim/foxtrot/releases/tag/v0.1.5
222
222
223
+ ### [ Graphite] [ graphite-website ]
224
+
225
+ ![ Graphite logo] ( graphite.png )
226
+
227
+ Graphite ([ website] [ graphite-website ] , [ GitHub] [ graphite-repo ] ,
228
+ [ Discord] [ graphite-discord ] , [ Twitter] [ graphite-twitter ] ) is a free,
229
+ in-development raster and vector 2D graphics editor based around a Rust-powered
230
+ node graph compositing engine.
231
+
232
+ New features from January's [ sprint 22] [ graphite-sprint-22 ] :
233
+
234
+ - _ Picture This:_ Imported images are now part of the node graph. The new
235
+ _ Image Frame_ node converts bitmap data into a vector rectangle holding the
236
+ image. This paves the way for other vector data like shapes and text to soon
237
+ be converted into nodes and composited alongside images.
238
+ - _ Instant Iterations:_ Incremental graph compilation avoids recompiling the
239
+ whole graph each time an edit is made or a value changes. This makes
240
+ iteration faster and enables caching of intermediate computations for faster
241
+ rendering.
242
+
243
+ Later this month, the Alpha Milestone 2 release will launch with new node graph
244
+ features, a revamped website, and a wider-reaching project announcement. Join
245
+ the [ newsletter] [ graphite-newsletter ] and stay tuned.
246
+
247
+ [ Open Graphite] [ graphite-editor ] in your browser and start creating! Share your
248
+ designs with #MadeWithGraphite on Twitter.
249
+
250
+ [ graphite-website ] : https://graphite.rs
251
+ [ graphite-repo ] : https://github.com/GraphiteEditor/Graphite
252
+ [ graphite-discord ] : https://discord.graphite.rs
253
+ [ graphite-twitter ] : https://twitter.com/GraphiteEditor
254
+ [ graphite-sprint-22 ] : https://github.com/GraphiteEditor/Graphite/milestone/22
255
+ [ graphite-newsletter ] : https://graphite.rs/#newsletter
256
+ [ graphite-editor ] : https://editor.graphite.rs
257
+
223
258
## Library Updates
224
259
225
260
### [ big-brain]
0 commit comments