Skip to content

nestrilabs/gpui-wgpu

 
 

Repository files navigation

gpui-wgpu

A fork of GPUI (Zed's GPU-accelerated UI framework) with a unified wgpu + winit backend, replacing the original per-platform Metal, Blade, and Direct3D renderers.

What changed

  • Single cross-platform renderer built on wgpu and winit.
  • All native platform backends (macOS/Metal, Linux/Blade, Windows/Direct3D) and their dependencies have been removed.
  • Text rendering uses cosmic-text and font-kit.

Usage

[dependencies]
gpui = { package = "gpui-ce", version = "0.3" }

License

Apache-2.0

About

GPUI fork using WGPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 96.4%
  • WGSL 3.1%
  • Other 0.5%