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

Syntax checking in console #39

Open rpavlik opened 12 years ago

rpavlik commented 12 years ago

We can check the syntax in a separate thread (and separate Lua state) from the actual immersive application just by attempting to load (compile) the entered text. This could be used to provide earlier feedback about syntactically-invalid code.