Go to file
2022-10-20 23:23:20 -04:00
.idea preset: parse to config structs 2022-10-20 22:52:34 -04:00
librashader-presets preset: fix wrong scale type when x/y scale specified 2022-10-20 23:23:20 -04:00
target preset: consider scale when parsing xy scale 2022-10-20 23:11:23 -04:00
.gitignore preset: consider scale when parsing xy scale 2022-10-20 23:11:23 -04:00
.gitmodules presets: implement path resolution logic 2022-10-19 22:47:43 -04:00
Cargo.lock presets: implement path resolution logic 2022-10-19 22:47:43 -04:00
Cargo.toml chore: move src to root 2022-10-18 17:46:46 -04:00
README.md Initial commit 2022-10-17 23:52:16 -04:00

librashader

Pure Rust implementation of the RetroArch shader pipeline as a dynamic library.

Heavily WIP