webgpu-headers

**NOT STABLE YET!** See README. (by webgpu-native)

Webgpu-headers Alternatives

Similar projects and alternatives to webgpu-headers

  1. raylib

    A simple and easy-to-use library to enjoy videogames programming

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. wgpu

    A cross-platform, safe, pure-Rust graphics API.

  4. SDL

    Simple Directmedia Layer

  5. Vulkan-Docs

    The Vulkan API Specification and related tools

  6. learn-wgpu

    Guide for using gfx-rs's wgpu library.

  7. bgfx

    Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.

  8. gpuweb

    69 webgpu-headers VS gpuweb

    Where the GPU for the Web work happens!

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. sokol

    minimal cross-platform standalone C headers

  11. rust-sdl2

    SDL2 bindings for Rust

  12. DiligentEngine

    A modern cross-platform low-level graphics library and rendering framework

  13. wgpu-native

    Native WebGPU implementation based on wgpu-core

  14. wonnx

    A WebGPU-accelerated ONNX inference run-time written 100% in Rust, ready for native and the web

  15. misc

    Clippings (by cmuratori)

  16. VulkanSceneGraph

    Vulkan & C++17 based Scene Graph Project

  17. Ttyphoon

    Multimedia Terminal Emulator: get more out of your command line!

  18. vkd3d-proton

    Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation.

  19. game-engine-3d

    Planimeter Game Engine 3D

  20. learnopengl-examples

    Examples from learnopengl.com, implemented using Sokol libraries.

  21. SDL_shader_tools

    Shader compiler and tools for SDLSL (Simple Directmedia Layer Shader Language)

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better webgpu-headers alternative or higher similarity.

webgpu-headers discussion

Log in or Post with

webgpu-headers reviews and mentions

Posts with mentions or reviews of webgpu-headers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-29.
  • SDL3 new GPU API merged
    25 projects | news.ycombinator.com | 29 Aug 2024
    WebGPU has a (mostly) standardized C API: https://github.com/webgpu-native/webgpu-headers
  • New Vulkan Documentation Website
    10 projects | news.ycombinator.com | 11 Oct 2023
    There's standardized C API which is both implemented by Dawn and wgpu.rs:

    https://github.com/webgpu-native/webgpu-headers/blob/main/we...

    ...and this standardized API would also enable other independent native implementations.

    There's even thought put into the API being extensible via 'struct chaining', this is how the native implementations also accept SPIRV shader bytecode instead of just WGSL shader source code.

  • I want to talk about WebGPU
    15 projects | news.ycombinator.com | 3 May 2023
    The API definition exists:

    https://github.com/webgpu-native/webgpu-headers/blob/main/we...

    The next missing piece is a standard window system glue API for WASI though.

  • The current state of GPU API's and why I wish V-EZ hadn't died.
    9 projects | /r/GraphicsProgramming | 11 Mar 2022
    At first it was for only web, but browsers implement it using compiled code (C++/Rust) and you can use the implementation directly. Wgpu is for Firefox, Dawn is for Chrome. There is a C header for them: https://github.com/webgpu-native/webgpu-headers/blob/main/webgpu.h.
  • Learn Wgpu
    3 projects | news.ycombinator.com | 16 Oct 2021
    > Wgpu actually has C bindings to allow you to write C/C++ code with it, as well as use other languages that interface with C. That being said, wgpu is written in Rust, and it has some convenient Rust bindings that don't have to jump through any hoops. On top of that, I've been enjoying writing in Rust.

    Why the bloat when this exist? https://github.com/webgpu-native/webgpu-headers

  • A note from our sponsor - InfluxDB
    influxdata.com | 29 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic webgpu-headers repo stats
5
435
9.1
4 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C++ is
the 7th most popular programming language
based on number of references?