LWJGL/lwjgl3

WGPU bindings

jalexcole opened this issue · 1 comments

Library

WebGpu-Native or Dawn

Project page

https://github.com/gfx-rs/wgpu-native

Source repository

https://github.com/gfx-rs/wgpu-native

Platforms

Linux x64, Linux arm64, Linux arm32, macOS x64, macOS arm64, Windows x64, Windows x86, Windows arm64

Description

Webgpu is a metal like library that works inside the web browser. WebGpu-native allows for the webgpu to be used outside of the browser inside of native enviroments. To use these enviroments the library sits on top of DirectX, Metal, and Vulkan. There are two seperate implementations of wgpu for native, one called WebGpu native written in rust with a C ABI, and Dawn that is written in C++.

This was previously mentioned several years ago in an old issue: #614

I also hope to have the support of webgpu. Webgpu will be a very good cross-platform solution.