An open API service indexing awesome lists of open source software.

https://github.com/pipegpu/pipegpu.core

functional WebGPU
https://github.com/pipegpu/pipegpu.core

culling framegraph webgpu

Last synced: about 1 month ago
JSON representation

functional WebGPU

Awesome Lists containing this project

README

          

# pipegpu
[![npm version](https://badge.fury.io/js/@pipegpu%2Fcore.svg?icon=si%3Anpm)](https://badge.fury.io/js/@pipegpu%2Fcore)
> pipegpu is a functional webgpu library, written in typescript. helpes you quickly implement render/compute logic.

## examples
> [KTX Texture2D](https://github.com/pipegpu/pipegpu/blob/main/example/tech/initKTXTexture2D.ts)
Image

> [Draw Count](https://github.com/pipegpu/pipegpu/blob/main/example/tech/initDrawCount.ts)
Image

> [Multi Draw Indexed Indirect](https://github.com/pipegpu/pipegpu/blob/main/example/tech/initMultiDrawIndexedIndirect.ts)
Image

> [KTX Texture 2D Array](https://github.com/pipegpu/pipegpu/blob/main/example/tech/initKTXTexture2DArray.ts)
Image