calebwin/emu
The write-once-run-anywhere GPGPU library for Rust observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2715
- days_rel: n/a
- days_push: 1321
- n_releases_24m: 0
Adoption not part of the score
1604 stars · 52 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Emu is a Rust GPGPU library providing a CUDA-like compute-focused abstraction over WebGPU. It offers type-safe GPU data boxing, an auto-managed device pool, and JIT-compiled compute kernels that run across Vulkan, Metal, and DirectX backends.
Use cases
- run GPU compute kernels portably across Vulkan, Metal, and DirectX
- accelerate heavy computations in Rust without writing vendor-specific CUDA code
- box and move typed data to and from the GPU safely
- cache JIT-compiled compute kernels with an LRU cache
- mix compute workloads with WebGPU-based graphics code
- eventually run GPU compute in the browser via WebAssembly
When to choose
- you want CUDA-style GPU computing in Rust with cross-platform portability
- you need a transparent abstraction you can drop out of to raw WebGPU when needed
- you want asynchronous, non-blocking GPU data transfers with type safety
When to avoid
- you need mature, actively developed tooling or long-term support
- you need graphics rendering rather than compute workloads
- you require cutting-edge WebGPU features or browser support today
Facets
library · maturity maintenance
gpu-computing sdk concurrency serialization gpu-computing developer-tools cross-platform rust cross-platform wasm gpgpu webgpu compute-shaders cuda-alternative spirv glsl jit-kernels
2 sources
- readme: https://github.com/calebwin/emu · fetched 2026-08-28 · 9acf45df7410
- homepage: https://calebwin.github.io/emu · fetched 2026-08-29 · 6afab261d725
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| calebwin/emu | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem