All Projects → gfx-rs → Wgpu Native

gfx-rs / Wgpu Native

Licence: mpl-2.0
Native WebGPU implementation based on wgpu-core

Programming Languages

c
50402 projects - #5 most used programming language

wgpu-native

Matrix Build Status Crates.io

This is a native WebGPU implementation in Rust, based on wgpu-core. The C API header is generated at ffi/wgpu.h by cbindgen.

Bindings

Note: the version numbers of wgpu-native are not aligned with versions of wgpu or other crates!

Pre-built binaries

  • Automated 32 and 64-bit builds for MacOS, Windows and Linux are available as Github releases.

Usage

This repository contains C-language examples that link to the native library targets and perform basic rendering and computation. Please refer to our Getting Started page at the wiki for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].