eliemichel / glfw3webgpuLinks
An extension for the GLFW library for using WebGPU native.
☆90Updated 2 months ago
Alternatives and similar repositories for glfw3webgpu
Users that are interested in glfw3webgpu are comparing it to the libraries listed below
Sorting:
- The accompanying code of the Learn WebGPU C++ programming guide☆153Updated 2 months ago
- CMake files that provide WebGPU for native and web development, easy-to-integrate and unified across implementations.☆206Updated last month
- Cross-platform (Web/native) demo of WebGPU using C++, CMake, Dawn, and Emscripten with Dawn's "emdawnwebgpu" bindings.☆85Updated last week
- Cross-platform C++ example for WebGPU and Dawn☆286Updated 3 weeks ago
- 🌋🌱 A Vulkan starter repo that you could use to get the ball rolling.☆78Updated 4 years ago
- A single-file zero-overhead C++ idiomatic wrapper for WebGPU native☆402Updated 2 months ago
- A Simple Triangle - A journey into cross platform OpenGL and Vulkan☆89Updated 2 years ago
- AZDO OpenGL techniques including multi draw indirect (MDI), visibility culling and LOD selection inside the GPU☆97Updated 2 years ago
- A modern, high-performance C++17 graphics and compute library based on Vulkan☆40Updated last month
- Playground for doing procedurally infinite terrain rendering experiments with Vulkan☆80Updated 2 years ago
- Fork of dawn.googlesource.com/dawn with generated code and third-party dependencies committed☆80Updated last year
- An extension for the SDL2 library for using WebGPU native.☆49Updated 3 months ago
- WebGPU cross-platform app with CMake/Emscripten☆139Updated this week
- 🥪 Examples of how to use CrossWindow for things like rendering graphics, listening to events, etc.☆70Updated last year
- SpvGenTwo is a SPIR-V building and parsing library written in plain C++17 without any dependencies. No STL or other 3rd-Party library nee…☆172Updated last year
- Template to get started with SDL2 + WebGPU C++ -> Native/Wasm projects☆36Updated 11 months ago
- Starter project for cross platform WebGPU development in C++☆40Updated last year
- An immediate mode 3D gimzo (translation, rotation, scale for scene editing) in ~1200 LoC☆47Updated 4 years ago
- A simple and powerful entity component system (ECS) written in C++17☆104Updated this week
- Library for rapid prototyping of native WebGPU Apps in C++ using Dawn☆48Updated 9 months ago
- A header only library to simplify creating 🌋 Vulkan / ⚪ OpenGL / 🌐 WebGL / ❎DirectX / 🤖 Metal data structures with CrossWindow.☆82Updated last year
- The Tauray renderer☆124Updated 3 months ago
- Toy CPU and GPU implementations of the Slug rendering algorithm☆125Updated 6 years ago
- Dawn Native WebGPU Examples☆27Updated 2 weeks ago
- 2D game engine and editor written in modern C++ and Vulkan☆67Updated last year
- KDGpu is a thin wrapper around Vulkan to make modern graphics easier to learn and use