Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a3d75eb

Browse filesBrowse files
N32: Graphite (rust-gamedev#1002)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 5438a29 commit a3d75eb
Copy full SHA for a3d75eb

File tree

Expand file treeCollapse file tree

2 files changed

+32
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+32
-0
lines changed
636 KB
Loading

‎content/news/032/index.md

Copy file name to clipboardExpand all lines: content/news/032/index.md
+32Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,38 @@ These goals have lead to an unique interface.
509509
[hackerfoo-website]: https://hackerfoo.com
510510
[noumenal-beta]: https://testflight.apple.com/join/I6x5Yksx
511511

512+
### [Graphite][graphite-website]
513+
514+
![Graphite](graphite-node-graph.png)
515+
516+
Graphite is an in-development raster and vector 2D graphics editor that is free
517+
and open source. It will be powered by a node graph compositing engine that
518+
supercharges your layer stack, providing a completely non-destructive editing
519+
experience.
520+
521+
With the completion of the node graph UX design, work has begun building the
522+
frontend and backend systems for the big leap to node-driven vector editing.
523+
This works by composing groups of Rust functions together at runtime and/or
524+
compile time. [Watch the (brief) talk][graphite-gamedev-nodes-talk] about how
525+
the backend implementation works around challenges imposed by Rust.
526+
527+
New editor features this month include importing bitmap image layers and
528+
customizing stroke styling with dashed lines and rounded or beveled corners.
529+
The [project website][graphite-website] is also now mostly content-complete,
530+
including new node graph mockups.
531+
532+
Check out the [new website][graphite-website], try the
533+
[Graphite editor][graphite-live-demo] right now in your browser, star on
534+
[GitHub][graphite-repo], follow on [Twitter][graphite-twitter], and join the
535+
[Discord][graphite-discord] to chat or get involved!
536+
537+
[graphite-website]: https://graphite.rs
538+
[graphite-gamedev-nodes-talk]: https://youtu.be/okWFrfaaADs?t=4014
539+
[graphite-live-demo]: https://editor.graphite.rs
540+
[graphite-repo]: https://github.com/GraphiteEditor/Graphite
541+
[graphite-twitter]: https://twitter.com/GraphiteEditor
542+
[graphite-discord]: https://discord.graphite.rs
543+
512544
## Library Updates
513545

514546
### [bevy_match3]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.