Software Alternatives, Accelerators & Startups
Table of contents
  1. Social Mentions
  2. Comments

Graphite Editor

Graphite is an open source, cross-platform digital content creation desktop and web application for 2D graphics editing, photo processing, vector art, digital painting, illustration, data visualization, compositing, and more.

Graphite Editor Reviews and details

Screenshots and images

  • Graphite Editor Landing page
    Landing page //
    2023-04-21

Features & Specs

  1. Performance

    Graphite Editor is designed to be efficient and fast, providing a smooth user experience even when handling complex graphics.

  2. Open Source

    Being open source, Graphite Editor allows users to modify, distribute, and contribute to the codebase, fostering a community-driven development approach.

  3. Modern Web Technologies

    Built with cutting-edge web technologies, Graphite Editor runs in the browser, offering cross-platform compatibility and ease of access.

  4. Advanced Vector Editing

    Provides robust vector graphic editing capabilities, making it suitable for designers and artists who require precision and flexibility.

Badges

Promote Graphite Editor. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

We don't have any videos for Graphite Editor yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Graphite Editor and what they use it for.
  • Shaderblocks: Block-Based Image Editing
    Https://graphite.rs/ (still early in development) offers node-based editing. - Source: Hacker News / 6 months ago
  • Inkscape 1.4 Released
    You might look into https://graphite.rs/ . MS Paint is about my digital art interface complexity limit, but I do read Graphite's blog posts and their app sounds really attractive for more serious artists. - Source: Hacker News / 7 months ago
  • Q3 dev update for Graphite, a Blender-inspired 2D procedural design Rust app
    I was referring to the link posted to HN: https://graphite.rs/. - Source: Hacker News / 7 months ago
  • 3D and 2D: Testing out my cross-platform graphics engine
    We also collaborate with https://github.com/thorvg/thorvg and https://graphite.rs/. - Source: Hacker News / about 1 year ago
  • Canva acquires Affinity, its biggest acquisition, to compete with Adobe
    There is also Graphite (https://graphite.rs/) which, unlike Gimp, has a modern architecture and very ambitious goals (Blender for 2D basically). - Source: Hacker News / about 1 year ago
  • Things I wish I knew before moving 50K lines of code to React Server Components
    Not sure which web-based spreadsheet app you're talking about, because there are many that do use these frameworks. Here's a PS/AI clone built with a Svelte frontend: https://graphite.rs. - Source: Hacker News / over 1 year ago
  • What’s everyone working on this week (25/2023)?
    Wanted to contribute to a good Rust-based project last week, started searching and found a good Reddit thread featuring several great projects. Looked at and found Graphite. I liked the concept though I know almost nothing about graphic design. Source: almost 2 years ago
  • New release for the Rust diffusers crate (Stable Diffusion in Rust + Torch), now with basic ControlNet support!
    I'm currently trying to decide on the SD server to deploy with Graphite, both for running locally (with Tauri desktop builds) and for us to host on a server for users. Source: almost 2 years ago
  • Any open source projects willing to take in juniors?
    If you're interested in helping us build a 2D graphics editing suite for designers and artists, consider contributing to Graphite. Getting started instructions are here. We code review PRs closely and give feedback to help you improve, and offer advice and mentorship via our Discord while you're learning and coding. Source: almost 2 years ago
  • Contributing to Open Source
    If graphical apps suit your fancy, the Graphite tries hard to make new contributors feel at home. Source: almost 2 years ago
  • SD just released an open source version of their GUI called StableStudio
    I run an open source 2D graphics editor project and our license is Apache 2.0 (which is basically the same as MIT) which provides much more freedom than the GPL does, since it's not copyleft. We have a Stable Diffusion feature built in, and we want to provide a hosted component so users can utilize that feature without self-hosting. A1111 being AGPL likely means we have to find an alternate backend. I'm looking... Source: almost 2 years ago
  • Any new Opensource projects in (rust) looking for contributors. I want to start my journey as an OSS contributor.
    Graphite is an in-development 2D creative tool for vector and raster graphics editing (basically, the goal is to make a better Inkscape and Gimp, plus way more). If that's interesting to you, we try really hard to have an inviting community that makes it approachable to get up and running with contributing to the project. Come say hi on our Discord and I can help get you set up. Or read our quick contributing... Source: almost 2 years ago
  • Considerations for Power Draw with egui
    There's also https://graphite.rs/ which is an existing image manipulation application in Rust project that you could join in with. It's currently rendering to SVG, but they are actively working on moving to Vello (which also builds on top of wgpu). Source: about 2 years ago
  • Automatic1111 getting rusty - Future of this repo - I found a promising fork
    I got excited for a second, because an SD distro written all in Rust is exactly what I need for Graphite, an open source Photoshop/Gimp replacement written in Rust. Source: about 2 years ago
  • Announcing Bezier-rs: computational geometry algorithms for Bézier paths (seeking code review and boolean ops help)
    This project was created over the course of the past three seasons by a university student group on behalf of the Graphite Rust-based 2D graphics editor project. They have just wrapped up their project and published this 0.2 release of the crate, so anyone interested in stepping in to maintain the crate would be greatly appreciated. We are also looking for help with code review since this was the team's first... Source: about 2 years ago
  • Is there something like an open-source equivalent to Photoshop?
    I meant something like the open-source https://graphite.rs/ but not in alpha stages. Source: about 2 years ago
  • Any idea about what Figma is using to run Rust/c++ code in browser?
    We are creating Graphite, another 2D graphics editor written with a web frontend. I don't know how similar or different our approach is to Figma's, but I can talk a little bit about how our system works. Source: over 2 years ago
  • Gimel Studio: Non-destructive, 2D image editor
    Reminds me a bit of https://graphite.rs/. - Source: Hacker News / over 2 years ago
  • Raph’s reflections and wishes for 2023
    Element on the web? We will need that for Graphite, if we move to Xilem in the future. Source: over 2 years ago
  • Deep Learning in Rust: Burn 0.4.0 released and plans for 2023
    Would this mean it could be possible to, say, port the inference code for Stable Diffusion to pure Rust using the NdArrayBackend? (Out of curiosity, what performance reduction percent would it likely mean over the CUDA backend?) I'm working on a pure Rust 2D graphics editor (Graphite) that will integrate lots of ML models for image processing and synthesis, but it's unfortunately looking like we'll have to very... Source: over 2 years ago
  • timelapse of me using wikiartv2 model and Krita extension for Auto webui
    I should start hooking this up to Krita. It looks like it's a lot of fun in there! I've tried playing with Graphite's integration but I was unable to get it to connect to the A1111 process, and that's as far as I got there so far. Source: over 2 years ago

Do you know an article comparing Graphite Editor to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Graphite Editor discussion

Log in or Post with

This is an informative page about Graphite Editor. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.