| Branch | Commit message | Author | Age | |
|---|---|---|---|---|
| master | Fix build | 4 days | ||
| Age | Commit message | Author | ||
| 4 days | Fix buildHEADmaster | |||
| 5 days | Server-side fixes from DIRECT_MODE testing | |||
| 11 days | Better OSD behavior, lots of build stuff | |||
| 2026-08-26 | Update flake | |||
| 2026-08-26 | Reduce SCREEN_ prefix spam in screen | |||
| 2026-08-26 | Rough cmc UI tweaking | |||
| 2026-08-26 | OSD stuff and Android fixes | |||
| 2026-08-26 | Update deps, small changes and cleanup | |||
| 2026-07-10 | Handle rotation from codec | |||
| 2026-07-10 | Build fixes, get LTO+Os working on Windows | |||
| [...] | ||||
| 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)