Best of WebGPU โ€” 2023

  1. 1
    Article
    Avatar of communityCommunity Picksยท2y

    WebGPU: Unlocking modern GPU access in the browser

    WebGPU is a new API that unlocks the power of the GPU for faster machine learning performance and better graphics rendering. It is an improvement over WebGL and enables new GPU workloads for rendering and faster ML inference. It was designed for JavaScript first and is easy to learn and use.

  2. 2
    Article
    Avatar of unzipUnzipยท3y

    WebGPU ๐ŸŒŒ Explained

    WebGPU is a modern graphics API for rendering graphics in browsers that offers performance gains and low-level access. It is useful for game developers, graphics-intensive applications, and GPU-centric calculations.

  3. 3
    Article
    Avatar of 80lv80 LEVELยท3y

    Chrome Launches WebGPU

    Google Chrome has released WebGPU for high-performance 3D graphics and data-parallel computation on the web. It is available in ChromeOS devices with Vulkan support, Windows devices with Direct3D 12 support, and macOS. The Chrome team also plans to provide deeper access to shader cores for more machine learning optimizations.

  4. 4
    Article
    Avatar of dzDZoneยท3y

    taichi.js: Painless WebGPU Programming

    The Game The Game of Life is a classic example of a cellular automaton, a system of cells that evolve over time. It was invented by the mathematician John Conway in 1970 and has since become a favorite of computer scientists and mathematicians alike. The full source code of the demo can be found here.

  5. 5
    Article
    Avatar of logrocketLogRocketยท2y

    Using WebGPU to accelerate ML workloads in the browser

    WebGPU is a cutting-edge technology that accelerates machine learning workloads in web applications by utilizing the local GPU. It allows developers to seamlessly integrate graphics and machine learning tasks, resulting in more interactive web experiences. WebGPU opens up exciting possibilities for web-based AI applications.