9 releases

0.2.3 May 9, 2024
0.2.2 May 6, 2024
0.2.1 Apr 26, 2024
0.1.4 Dec 27, 2023
0.1.2 Nov 19, 2023

#689 in Graphics APIs

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

~28–63MB
~1M SLoC