/LuaOCCT

A LuaJIT binding for OCCT, powered by LuaBridge3.

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

LuaOCCT

A LuaJIT binding for OCCT, powered by LuaBridge3.

Build

  • Clone the repository
    git clone https://github.com/AnthonyK213/LuaOCCT
  • Install dependencies
    • Libclang
      • Set environment variable LIBCLANG_DIR
    • OCCT >= 7.6.0
      • Set environment variable OCCT_DIR
  • Build LuaOCCT-binder
  • Configure with cmake, generate source files.
  • Build.