summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterFix buildAndrew Opalach 4 days
 
 
AgeCommit messageAuthor
4 daysFix buildHEADmasterAndrew Opalach
5 daysServer-side fixes from DIRECT_MODE testingAndrew Opalach
11 daysBetter OSD behavior, lots of build stuffAndrew Opalach
2026-08-26Update flakeAndrew Opalach
2026-08-26Reduce SCREEN_ prefix spam in screenAndrew Opalach
2026-08-26Rough cmc UI tweakingAndrew Opalach
2026-08-26OSD stuff and Android fixesAndrew Opalach
2026-08-26Update deps, small changes and cleanupAndrew Opalach
2026-07-10Handle rotation from codecAndrew Opalach
2026-07-10Build fixes, get LTO+Os working on WindowsAndrew Opalach
[...]
 
Clone
https://git.akon.city/camu.git

Simple Build and Test

$ (optional) nix develop .
$ meson setup build
$ cd build && ninja
$ ./src/fruits/cmv/cmv [path_to_file]

MinGW

$ nix develop .#mingw64
$ meson setup build-mingw64 --cross-file ./cross/x86_64-w64-mingw32.txt --default-library=static
$ cd build && ninja
$ wine ./src/fruits/cmv/cmv.exe [path_to_file]

Keybinds

Left/Right Arrow - Next/Previous
Space - Pause/Resume
Middle Click or Control + Left Click - Seek to percentage of screen width (temp)