# 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.