Go to file
lif e8b54779c9 readme update 2024-03-03 01:50:43 -08:00
SDL@7ff9be7398 initial grey version 2024-03-02 22:43:07 -08:00
mgba@3571b112dc initial grey version 2024-03-02 22:43:07 -08:00
.gitignore initial grey version 2024-03-02 22:43:07 -08:00
.gitmodules initial grey version 2024-03-02 22:43:07 -08:00
CMakeLists.txt clean up c 2024-03-03 01:41:29 -08:00
README.md readme update 2024-03-03 01:50:43 -08:00
main.c clean up c 2024-03-03 01:41:29 -08:00

README.md

unixesque

git submodule update --init
cmake -B_build
make -C_build -j$(nproc)
_build/cgbwebcam gbcamera.gb

windows

just point visual studio at the CMakeLists.txt, apparently that's a thing it supports now.

make sure you provide the gbcamera rom as argv[1].