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 eb8f4e6

Browse filesBrowse files
authored
N45: Graphite (rust-gamedev#1373)
1 parent 439587e commit eb8f4e6
Copy full SHA for eb8f4e6

File tree

Expand file treeCollapse file tree

3 files changed

+38
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+38
-2
lines changed

‎content/news/042/index.md

Copy file name to clipboardExpand all lines: content/news/042/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,11 @@ node graph compositing engine.
330330

331331
New features from January's [sprint 22][graphite-sprint-22]:
332332

333-
- _Picture This:_ Imported images are now part of the node graph. The new _Image
333+
- Picture this: Imported images are now part of the node graph. The new _Image
334334
Frame_ node converts bitmap data into a vector rectangle holding the image.
335335
This paves the way for other vector data like shapes and text to soon be
336336
converted into nodes and composited alongside images.
337-
- _Instant Iterations:_ Incremental graph compilation avoids recompiling the
337+
- Instant iterations: Incremental graph compilation avoids recompiling the
338338
whole graph each time an edit is made or a value changes. This makes iteration
339339
faster and enables caching of intermediate computations for faster rendering.
340340

‎content/news/045/graphite.png

Copy file name to clipboard
25.2 KB
Loading

‎content/news/045/index.md

Copy file name to clipboardExpand all lines: content/news/045/index.md
+36Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,42 @@ If you'd like to help contribute, please reach out to [@speak2erase]!
488488
[mkxp]: https://github.com/Ancurio/mkxp
489489
[r48]: https://github.com/20kdc/gabien-app-r48
490490

491+
### [Graphite][graphite-website]
492+
493+
![Graphite logo](graphite.png)
494+
495+
Graphite ([website][graphite-website], [GitHub][graphite-repo],
496+
[Discord][graphite-discord], [Twitter][graphite-twitter]) is a free,
497+
in-development raster and vector 2D graphics editor based around a Rust-powered
498+
node graph compositing engine.
499+
500+
April's [sprint 25][graphite-sprint-25] developments:
501+
502+
- Brushing up: The new Brush tool makes it possible to paint raster-based art.
503+
- Writing down: A refactor of the Text tool integrates typographic content in
504+
the node graph. Finally, all artwork types are node-based.
505+
- Showing true colors: Node graph compositing now uses linear, not gamma,
506+
color. Key new color adjustment nodes are added.
507+
- Laying the groundwork: Further engineering work prepares the node graph
508+
language for GPU execution. And development continues toward in-graph layer
509+
stack compositing.
510+
511+
As always, new contributors are cordially invited to
512+
[get involved][graphite-contribute] and take on
513+
[approachable issues][graphite-approachable-issues] with help from the
514+
project's friendly and supportive developer community on Discord.
515+
516+
[Open Graphite][graphite-editor] in your browser and start creating!
517+
518+
[graphite-website]: https://graphite.rs
519+
[graphite-repo]: https://github.com/GraphiteEditor/Graphite
520+
[graphite-discord]: https://discord.graphite.rs
521+
[graphite-twitter]: https://twitter.com/GraphiteEditor
522+
[graphite-sprint-25]: https://github.com/GraphiteEditor/Graphite/milestone/25
523+
[graphite-contribute]: https://graphite.rs/contribute/
524+
[graphite-approachable-issues]: https://github.com/GraphiteEditor/Graphite/labels/Good%20First%20Issue
525+
[graphite-editor]: https://editor.graphite.rs
526+
491527
### [Image Maniac][im]
492528

493529
![many images opened in one window](imagemaniac.jpg)

0 commit comments

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