Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-29 | main: add emscripten main loop integration | Vito 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-29 | libplay: 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-19 | src: add a basic OpenGL2.1 foundation | Vito Caputo | |
Just a bunch of shit that doesn't really do much more than produce an executable yet. |