Skip to content

Commit a7fe267

Browse files
authored
N42: Graphite (#1280)
1 parent a9522d8 commit a7fe267

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

content/news/042/graphite.png

25.2 KB
Loading

content/news/042/index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,41 @@ various libraries. So he created Foxtrot, where he collected most basic features
220220
[@janhohenheim]: https://github.com/janhohenheim
221221
[v0.1.5]: https://github.com/janhohenheim/foxtrot/releases/tag/v0.1.5
222222

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+
223258
## Library Updates
224259

225260
### [big-brain]

0 commit comments

Comments
 (0)