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

Download history 137/week @ 2024-11-04 805/week @ 2024-11-11

942 downloads per month

LGPL-3.0-or-later

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