this post was submitted on 20 Sep 2025
25 points (100.0% liked)

Free and Open Source Software

22809 readers
28 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 4 years ago
MODERATORS
 

There has been another major update for Graphite.rs

For those who are not yet familiar with Graphite:

Graphite is a free, open-source editor for vector and raster graphics, currently available in alpha version. Get creative with a fully non-destructive editing workflow that combines layer-based compositing with node-based generative design.

you are viewing a single comment's thread
view the rest of the comments
[–] txtr@discuss.tchncs.de 4 points 11 months ago

Graphite is not electron based!

It uses web technologies for the UI and thats it! The core of Graphite is written in Rust and runs directly on your hardware. So you get native performance.
The devs build it in a way that the UI and core are as independent as possible.
They could just replace the web stuff with a native desktop GUI toolkit in the future.

I read somewhere that they may even build the UI of Graphite within Graphite itself in the future. Similar to how Blender and Godot do it.