wgpu-native
« Back to VersTracker
Description:
Native WebGPU implementation based on wgpu-core
Type: Formula  |  Latest Version: 27.0.2.0@0  |  Tracked Since: Dec 23, 2025
Links: Homepage  |  GitHub  |  formulae.brew.sh
Stars: 1,164  |  Forks: 134  |  Language: Rust  |  Category: Developer tools
Tags: graphics gpu webgpu rust c-api cross-platform
Install: brew install wgpu-native
About:
wgpu-native provides a C API binding for the wgpu-core graphics library, enabling native applications to access the WebGPU standard. It serves as a foundational layer for high-performance graphics and compute operations across multiple backends. This allows developers to build cross-platform GPU applications with modern, safe, and efficient APIs.
Key Features:
  • C API for WebGPU
  • Cross-platform support (Windows, macOS, Linux)
  • Safe and performant Rust core
  • Vulkan, Metal, and DirectX 12 backends
Use Cases:
  • Building native game engines with WebGPU
  • Creating high-performance compute applications
  • Developing cross-platform graphics tools
Alternatives:
  • vulkan-tutorial-rs – Focuses on raw Vulkan API, whereas wgpu-native provides a higher-level, cross-platform WebGPU abstraction.
  • wgpu-rs – Provides a Rust-native API, while wgpu-native specifically offers the C FFI bindings for other languages.
Version History
Detected Version Rev Change Commit
Dec 23, 2025 11:23am 27.0.2.0 0 VERSION_BUMP a66c05cd
Oct 4, 2025 11:15pm 0 VERSION_BUMP 4a193384