2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow. https://graphite.rs
Find a file
Keavon Chambers d7fbbac95e
Some checks failed
Editor: Dev & CI / build (push) Waiting to run
Editor: Dev & CI / cargo-deny (push) Waiting to run
Website / build (push) Has been cancelled
Add videos to the website home page and features page
2025-06-30 10:04:37 -07:00
.cargo Unify feature dependencies with workspace dependencies (#2736) 2025-06-21 16:26:25 -07:00
.devcontainer Replace Footprint/() call arguments with dynamically-bound Contexts (#2232) 2025-03-06 05:35:56 -08:00
.github Run CI for non master branches (#2763) 2025-06-27 14:40:54 +02:00
.nix Fix missing cargo-about in nix shell (#2665) 2025-05-28 12:41:52 +02:00
.vscode Add new icons to all menu bar entries 2025-02-07 19:08:06 -08:00
demo-artwork Rename 'Sample Points' node to 'Sample Polyline' and add a parameter spacing based on separation or quantity (#2727) 2025-06-25 20:14:08 -07:00
editor Disable preprocessor insertion of IntoNodes in the graph to avoid intermittent math node type errors (#2802) 2025-06-30 03:07:09 -07:00
frontend Add segment editing mode to the Path tool (#2712) 2025-06-29 23:19:54 -07:00
libraries Reduce development environment warnings and remove DWARF debug symbols (#2741) 2025-06-22 03:10:25 -07:00
node-graph Disable preprocessor insertion of IntoNodes in the graph to avoid intermittent math node type errors (#2802) 2025-06-30 03:07:09 -07:00
proc-macros Remove unused dependencies from the Cargo.toml files via cargo shear (#2723) 2025-06-19 20:28:17 -07:00
website Add videos to the website home page and features page 2025-06-30 10:04:37 -07:00
.editorconfig Remove all references to Vue 2023-03-10 04:02:02 -08:00
.envrc Update Tauri to v2 and execute only the node graph in native (#2362) 2025-04-14 11:43:15 +00:00
.gitattributes Update Git Attributes for JSON syntax highlighting in *.graphite files (#1752) 2024-05-13 22:35:32 +00:00
.gitignore Bulk remove old code for legacy GPU node implementations (#2722) 2025-06-19 20:28:17 -07:00
.nvmrc Add dev container configuration 2024-01-24 23:04:00 +00:00
.prettierrc Fix Bezier-rs interactive demos and migrate its Webpack bundler to Vite 2024-01-04 23:13:40 -08:00
about.hbs Replace license generator web infra to use Vite 2023-11-13 03:38:36 -08:00
about.toml Migrate node graph UI interaction from frontend to backend (#1768) 2024-06-15 08:55:33 -07:00
Cargo.lock Extract gmath_nodes from gcore::ops, create mods debug and extract_xy (#2764) 2025-06-28 00:04:24 +02:00
Cargo.toml Extract gmath_nodes from gcore::ops, create mods debug and extract_xy (#2764) 2025-06-28 00:04:24 +02:00
deny.toml Instance tables refactor part 5: unwrap GraphicGroup as multi-row Instance<GraphicElement> tables and move up transforms (#2363) 2025-03-12 01:38:36 -07:00
LICENSE.txt Add Apache 2 license 2020-07-12 13:58:50 -07:00
package-lock.json Add dev container configuration 2024-01-24 23:04:00 +00:00
package.json Update Tauri to v2 and execute only the node graph in native (#2362) 2025-04-14 11:43:15 +00:00
README.md Update the readme with a new video 2025-06-30 08:02:22 -07:00
rustfmt.toml Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
shell.nix Fix missing cargo-about in nix shell (#2665) 2025-05-28 12:41:52 +02:00

Graphite logo

Your procedural toolbox for 2D content creation

Graphite is a free, open source vector and raster graphics engine, available now in alpha. Get creative with a fully nondestructive editing workflow that combines layer-based compositing with node-based generative design.

Having begun life as a vector editor, Graphite continues evolving into a generalized, all-in-one graphics toolbox that's built more like a game engine than a conventional creative app. The editor's tools wrap its node graph core, providing user-friendly workflows for vector, raster, and beyond. Photo editing, motion graphics, digital painting, desktop publishing, and VFX compositing are additional competencies on the planned roadmap making Graphite into a highly versatile content creation tool.

Learn more from the website, subscribe to the newsletter, consider volunteering or donating, and remember to give this repository a !


Discord      Reddit      Bluesky      Twitter      YouTube

https://github.com/user-attachments/assets/e0b80e09-6f12-41e5-9183-8e9ee04343bd

Support our mission ❤️

Graphite is 100% community built and funded. Please become a part of keeping the project alive and thriving with a donation if you share a belief in our mission:

Graphite strives to unshackle the creativity of every budding artist and seasoned professional by building the best comprehensive art and design tool that's accessible to all.

Mission success will come when Graphite is an industry standard. A cohesive product vision and focus on innovation over imitation is the strategy that will make that possible.

Screenshots

Made using nondestructive boolean operations and procedural polka dot patterns

Mandelbrot fractal filled with a noise pattern, procedurally generated and infinitely scalable

Design for a magazine spread, a preview of the upcoming focus on desktop publishing

Contributing/building the code

Are you a graphics programmer or Rust developer? Graphite aims to be one of the most approachable projects for putting your engineering skills to use in the world of open source. See instructions here for setting up the project and getting started.

By submitting code for inclusion in the project, you are agreeing to license your changes under the Apache 2.0 license, and that you have the authority to do so. Some directories may have other licenses, like dual-licensed MIT/Apache 2.0, and code submissions to those directories mean you agree to the applicable license(s).