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 0562b08

Browse filesBrowse files
authored
N22: Add Graphite (rust-gamedev#667)
1 parent f4dd0e8 commit 0562b08
Copy full SHA for 0562b08

File tree

2 files changed

+32
-0
lines changed
Filter options

2 files changed

+32
-0
lines changed

‎content/news/022/graphite-piet.png

Copy file name to clipboard
69.9 KB
Loading

‎content/news/022/index.md

Copy file name to clipboardExpand all lines: content/news/022/index.md
+32Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,38 @@ applications loading with OBJ files.
503503
[@virtualritz]: https://github.com/virtualritz
504504
[@syoyo]: https://github.com/syoyo
505505

506+
### [Graphite][graphite-repo]
507+
508+
![Piet Mondrian's artwork replicated in Graphite using the new color picker](graphite-piet.png)
509+
_Piet Mondrian's artwork replicated in Graphite using the new color picker_
510+
511+
Graphite ([GitHub][graphite-repo], [Discord][graphite-discord],
512+
[Twitter](https://twitter.com/GraphiteEditor)) is an in-development vector and
513+
raster graphics editor built on a nondestructive node-based workflow.
514+
515+
In the past month, new frontend features have mostly closed the gap for a
516+
visually-complete UI while a major Rust backend refactor took place.
517+
518+
A new frontend system for floating menus was added to draw menus over the UI,
519+
like dropdown menu input widgets and popovers to display the new color picker.
520+
Also the application menu bar was built with working buttons for the new Undo
521+
and Export SVG actions.
522+
523+
A large refactor in the Rust backend created a simpler communication strategy
524+
between all components in the software stack and a standard method of handling
525+
user inputs.
526+
527+
[Try it right now in your browser.][graphite-live-demo] Graphite is making
528+
rapid progress towards becoming a nondestructive, procedural graphics editor
529+
suitable of replacing traditional 2D DCC applications. Please
530+
[join the Discord][graphite-discord] - and consider asking for a tour of the
531+
code and how you can help!
532+
533+
[graphite-repo]: https://github.com/GraphiteEditor/Graphite
534+
[graphite-discord]: https://github.com/GraphiteEditor/Graphite/blob/master/README.md#discord
535+
[graphite-twitter]: https://twitter.com/GraphiteEditor
536+
[graphite-live-demo]: https://editor.graphite.design/
537+
506538
## Popular Workgroup Issues in Github
507539

508540
<!-- Up to 10 links to interesting issues -->

0 commit comments

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