Skip to content
  • Christian Schulte zu Berge's avatar
    Started implementation of a Lua console in campvis-application. · a33ee468
    Christian Schulte zu Berge authored
    With scripting enabled, the main window now has an additional scripting widget that allows to interact with a Lua VM. The current proof-of-concept implementation creates a Lua VM for every instantiated CAMPVis pipeline while the console just interacts with the first pipeline's one.
    However, the Lua VM concept has to be reiterated later anyway. It may make more sense to have just a single central Lua VM for the entire application, which is shared by each pipeline.
    a33ee468