summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2022-11-29main: add emscripten main loop integrationVito Caputo
With emscripten builds we need to let emscripten own the main loop, hence why play_run_slice() was added. For non-emscripten builds nothing is different.
2022-11-29libplay: bump libplay version for play_run_slice()Vito Caputo
Emscripten integration will want this function. A few mechanical changes required to catch up with upstream libplay API changes as well.
2020-04-19src: add a basic OpenGL2.1 foundationVito Caputo
Just a bunch of shit that doesn't really do much more than produce an executable yet.
© All Rights Reserved