Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AskingQuestions/Shadeup
A language for WebGPU that makes writing shaders easier
https://github.com/AskingQuestions/Shadeup
cli-tool compute-shaders computer-graphics instancing shaders unreal-engine unreal-engine-5 unreal-engine-utilities webgpu
Last synced: 23 days ago
JSON representation
A language for WebGPU that makes writing shaders easier
- Host: GitHub
- URL: https://github.com/AskingQuestions/Shadeup
- Owner: AskingQuestions
- Created: 2022-05-20T23:03:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T20:11:18.000Z (3 months ago)
- Last Synced: 2024-12-19T22:30:33.914Z (about 2 months ago)
- Topics: cli-tool, compute-shaders, computer-graphics, instancing, shaders, unreal-engine, unreal-engine-5, unreal-engine-utilities, webgpu
- Language: JavaScript
- Homepage: https://shadeup.dev
- Size: 7.41 MB
- Stars: 155
- Watchers: 6
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Shadeup
## Write **WebGPU** shaders without the boilerplate
Repository for the Shadeup ecosystem and tooling [Shadeup.dev](https://shadeup.dev/)
This currently includes:
- [Shadeup Language](./lang) - partial codebase
- [Shadeup Compiler Tools](./cli) `npm i -g @shadeup/cli`
- [Shadeup Engine Package](./package) `npm i shadeup`
- [Shadeup - Unreal Engine](./unreal-engine) `npm i -g @shadeup/unreal`
- [Shadeup VS Code extension](./extension/vscode) - [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Shadeup.shadeup-vscode)---