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
- Host: GitHub
- URL: https://github.com/pipegpu/pipegpu.core
- Owner: pipegpu
- Created: 2024-09-10T02:17:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-15T02:38:07.000Z (about 1 month ago)
- Last Synced: 2026-01-15T08:44:53.509Z (about 1 month ago)
- Topics: culling, framegraph, webgpu
- Language: TypeScript
- Homepage:
- Size: 2.92 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pipegpu
[](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)

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

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

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