| Crates.io | wgpu_canvas |
| lib.rs | wgpu_canvas |
| version | 4.1.3 |
| created_at | 2025-02-02 00:24:19.563032+00 |
| updated_at | 2025-09-23 09:03:29.869246+00 |
| description | A 2D WGPU renderer API for drawing text, shapes, and images with Rust. |
| homepage | |
| repository | https://github.com/ramp-stack/wgpu_canvas.git |
| max_upload_size | |
| id | 1539102 |
| size | 138,196 |
wgpu_canvas is a lightweight, high-performance canvas abstraction layer for Rust applications using wgpu. It provides an intuitive API for drawing text, shapes, and images — all rendered with GPU acceleration and zero JavaScript.
Perfect for Rust-first game engines, UI toolkits, and creative coding frameworks.
wgpu for maximum performanceAdd wgpu_canvas to your Cargo.toml:
[dependencies] wgpu_canvas = "1.0.0"
Full documentation is available at https://docs.rs/wgpu_canvas