0.0.6 • Published 3 years ago

gl-gpgpu v0.0.6

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

gl-gpgpu

GPGPU state-stepping: maps minimal draw passes, shaders, GL resources, inputs, outputs. BYORenderer.

Aims to have loose drawing dependencies - for easier compatibility with any renderer which may rely on tracking the WebGL state (e.g: regl. To handle resource creation and rendering, pass an API object for the needed callbacks (parameters match the regl API, but you may mix in whatever library you like).

The modules and many hooks may be used as given, or piecemeal, or overridden.

Installation

Install from npm using:

npm install @epok.tech/gl-gpgpu

or:

yarn add @epok.tech/gl-gpgpu

Usage

See the demo and its source code.

0.0.6

3 years ago

0.0.51

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago