10 releases (5 breaking)
new 0.6.3 | Nov 12, 2024 |
---|---|
0.6.2 | Nov 11, 2024 |
0.5.0 | Nov 10, 2024 |
0.4.0 | Nov 10, 2024 |
0.1.0 | Nov 9, 2024 |
#204 in Graphics APIs
942 downloads per month
25KB
350 lines
wginit
wginit is a framework for initializing wgpu + winit. That's all it does!
Supported platforms
- 🟢 Linux
- 🟢 macOS
- 🟢 Windows
- 🟢 Web: Falls back on WebGL if WebGPU is not available.
- ⚠️ iOS: Gets stuck after rendering first frame. No support for app lifecycle (e.g. suspend).
- ❓ Android: Untested.
lib.rs
:
wginit is a simple framework for initializing wgpu + winit.
It only handles one device.
Dependencies
~16–49MB
~838K SLoC