10 releases

0.2.4 Dec 10, 2024
0.2.3 May 9, 2024
0.2.1 Apr 26, 2024
0.1.4 Dec 27, 2023
0.1.2 Nov 19, 2023

#319 in Graphics APIs

Download history 9/week @ 2024-09-23 194/week @ 2024-12-09

194 downloads per month

MIT license

535KB
6K SLoC

Tweak Shader Runner

A simple demo application for the tweak shader library. It watches changes to a tweak shader file and displays errors as they arise. A few examples are available under tweak_shader_examples in the root directory.

The ui is powered by Egui.

Usage

runner --file <tweak_shader_file>

### Building


```bash
cargo build

and

cargo run -- file tweak_shader_examples/<demo_file.fs>

To run the demo application.

if you want to use audio or video then the runner application requires the ffmpeg library installed due to the ffmpeg_next crate. Please see the platform specific build instructions for ffmpeg_next.

cargo build --features audio video

Dependencies

~29–64MB
~1M SLoC