JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 251
  • Score
    100M100P100Q116350F

Package Exports

  • @agpu/bindings

Readme

@agpu/bindings

@agpu/bindings is a set of classes that is made to wrap WebGPU but with modularity and ease of use.

Installation

import {WebGPUControls} from "@agpu/bindings"

const webgpu = new WebGPUControls(document.getElementById("canvas"))
const adapter = new webgpu.Adapter()
const context = new webgpu.Context()
const device = new adapter.Device()