TheOpenSpaceProgram / new-ospgl

A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html
MIT License
43 stars 6 forks source link

Update Lua-JIT submodule version, replace bullet3 with ospgl-bullet, and bullet linker flags #4

Closed Titaniumtown closed 4 years ago

Titaniumtown commented 4 years ago

I forgot to update the version of my fork of LuaJIT-cmake, that is used as a submodule. I replaced bullet3 with ospgl-bullet. In addition, there is some linker flags that need to be included related to bullet.

Titaniumtown commented 4 years ago

With this pull request, ospgl compiles and runs for me.