Files
Graphite/website/content/volunteer/guide/codebase-overview/tech-stack.md
Keavon Chambers f429db6369 Revamp the Graphite website (#1265)
Revamp the website with more content
2023-08-10 18:37:04 -07:00

731 B

+++ title = "Tech stack"

[extra] order = 3 # Page number after chapter intro +++

  • rustc: Compiler for node graph generics and custom nodes
  • rust-gpu: Compiler backend to generate compute shaders from Rust source code
  • wgpu: Portable graphics API for running compute shaders on desktop and web
  • Tauri: lightweight desktop web UI shell while the backend runs natively (experimental)