/scrite

scripting support template

Primary LanguageC++Apache License 2.0Apache-2.0

scrite

scripting engine template C++ / Squirrel + Sqrat.

Project for QTCreator

  • Demonstrate
    • export global functions to script "main"
    • export class and methods to script "Demo"
    • instantiates the class Demo in script and calls methods
    • callback from C++ to script "loop"
    • calls an exported function from C++ by name "Method2"