Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.15 KB

File metadata and controls

37 lines (21 loc) · 1.15 KB

Triangle

This template was built without the use of generative AI.

Minimal, Clean TypeGPU Starter Code

A minimal TypeGPU template project. This repo's goal is to "just work," and provide a simple and pragmatic base to begin your WebGPU + TypeGPU journey.

Click to draw points, lines, and triangles. That's it.

Usage

You'll need npm or (preferably) pnpm.

pnpm i
pnpm run dev

Recommended Readings

Contributing

If you have ideas for making this repo better, submit a pull request. All I ask is you make sure things remain clean and minimal.

License

Licenses are for nincompoops. Just drop a star, hit Use this template, and start cooking!

Code inspired by Konrad Reczko's simple example.