1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src/lib
mcc 1b7942e02f First pass oculus mobile support
First of several commits, this is the state of hg:6b437880cc01 in my private repo. A version of shakesoda's Oculus-desktop support is tied up in this commit.

The oculus mobile version builds lovr as a library. To run it, you need to use a separate repo which includes this one and which builds an Android app.
2018-10-20 15:22:24 -04:00
..
glad Add OVR_multiview extension; 2017-11-27 20:53:46 -08:00
lua-cjson Use header files for lua libraries; 2017-07-23 23:03:13 -07:00
lua-enet Restart-without-quit support: lovr.event.quit("restart") and return-from-run() both support the string "restart" in place of an exit code. When this happens, the program reruns itself in a new, isolated environment. In Emscripten, no reboot occurs and the program only quits. 2018-01-25 21:32:16 -05:00
map Rename vendor to lib; 2017-03-11 02:19:33 -08:00
stb TextureData:encode; 2018-02-08 20:17:50 -08:00
vec Rename vendor to lib; 2017-03-11 02:19:33 -08:00
dds.h Mention ddsparse; 2017-08-09 01:57:18 -07:00
glfw.h First pass oculus mobile support 2018-10-20 15:22:24 -04:00