vancegroup / vr-jugglua

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

GUI for selecting jconf files #80

Open rpavlik opened 12 years ago

rpavlik commented 12 years ago

NavTestbed should offer a GUI that allows you to create (one or more?) sets of jconf files to use, and select a set to use as default. The data persistence mechanism is already set up - /etc/vrjlua-config.lua is designated for this purpose. While it can be hand configured, that's a drag, and doesn't give the opportunity for switching between multiple easily. (Mono, stereo, simulator, for instance)

This setting should be persisted in /etc/vrjlua-config.lua (relative to the root of where you have vrjugglua, of course) rather than a user-profile-wide setting so that it is both portable and allows testing with multiple setups to proceed without interfering.

cc: @jscasallas @lpberg