vancegroup / vr-jugglua

VR JuggLua: A Framework for VR Applications Combining Lua, OpenSceneGraph, and VR Juggler
Boost Software License 1.0
11 stars 11 forks source link

lua-bullet integration #121

Closed rpavlik closed 10 years ago

rpavlik commented 10 years ago

Basically, there are a few steps:

  1. Build shared libraries - see #120
  2. Install VR JuggLua somewhere.
  3. Compile lua-bullet, or whatever else, against the installed Lua and Luabind libraries built with the VR JuggLua build process.
rpavlik commented 10 years ago

OK - this works.