1 unstable release

0.1.0 Feb 28, 2025

#482 in Graphics APIs

Download history 141/week @ 2025-02-26

141 downloads per month

MIT license

33KB
607 lines

Shute

Shute is an abstraction layer/library built on top of wgpu.

The goal of this library is to simplify the CPU-side code necessary for executing compute shaders.

Quickstart

For now, please refer to the examples present in the examples folder.

A more in-depth quickstart guide and improved documentation is coming soon.


lib.rs:

Shute (short for shader compute) is a library that simplifies the use of wgpu for general-purpose compute applications.

Dependencies

~6–36MB
~535K SLoC