tweak_runner

Crates.iotweak_runner
lib.rstweak_runner
version0.4.0
created_at2023-11-03 07:09:36.976959+00
updated_at2025-12-16 04:38:47.015515+00
descriptiona runner for the tweak shader library.
homepage
repositoryhttps://github.com/mobile-bungalow/tweak_shader
max_upload_size
id1023890
size338,094
(mobile-bungalow)

documentation

https://docs.rs/tweak_runner

README

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
Commit count: 107

cargo fmt