Reply To: Ctrlr objects in Lua

Home Forums General Programming Ctrlr objects in Lua Reply To: Ctrlr objects in Lua

#23427
obiwanjacobi
Participant
    • Topics: 5
    • Replies: 6
    • Total: 11

    I want to modularize my Lua code so I can build a lua library to be reused in other projects.

    So I may isolate the knowledge for working with a specific device into a separate lua file (or more). In the panel-project I would like to include that lua file in the project and reference to it from the panel methods.

    The resources seem to be graphic oriented but the mechanism should be reusable…

    Ctrlr