Skip to content

Commit 0308f05

Browse files
authored
N37: Graphite (#1150)
1 parent 776aeb4 commit 0308f05

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

content/news/037/graphite.png

25.2 KB
Loading

content/news/037/index.md

+33
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,39 @@ as well as awesome game demos.
276276

277277
## Tooling Updates
278278

279+
### [Graphite][graphite-website]
280+
281+
![Graphite logo](graphite.png)
282+
283+
Graphite ([website][graphite-website], [GitHub][graphite-repo],
284+
[Discord][graphite-discord], [Twitter][graphite-twitter]) is a free,
285+
in-development raster and vector 2D graphics editor that will be based around a
286+
Rust-powered node graph compositing engine.
287+
288+
August's [sprint][graphite-sprint-18] focused on Bézier shape editing and layer
289+
transformation improvements.
290+
291+
- Ahead of the curve: Bézier shapes gain support for curve extension and shape
292+
closing using the Pen tool and inserting points along curves with the Path
293+
tool.
294+
- Front and center: Layer origins may be set to control the center of rotation
295+
and scale using the Transform tool.
296+
297+
Meanwhile, design and architecture work on the Graphene node-based programming
298+
language has been well underway. Graphene is the data graph engine that will
299+
replace Graphite's tree-based layer system in the next few sprints and evolve
300+
into a raster-and-vector render engine over time.
301+
302+
Open the [Graphite editor][graphite-live-demo] in your browser to give it a try
303+
and share your creations with #MadeWithGraphite on Twitter.
304+
305+
[graphite-website]: https://graphite.rs
306+
[graphite-repo]: https://github.com/GraphiteEditor/Graphite
307+
[graphite-discord]: https://discord.graphite.rs
308+
[graphite-twitter]: https://twitter.com/GraphiteEditor
309+
[graphite-sprint-18]: https://github.com/GraphiteEditor/Graphite/milestone/18
310+
[graphite-live-demo]: https://editor.graphite.rs
311+
279312
## Library Updates
280313

281314
### [hot-lib-reloader]

0 commit comments

Comments
 (0)