-
Notifications
You must be signed in to change notification settings - Fork 3
Code and Compiling
José Carlos edited this page Sep 2, 2024
·
5 revisions
The code we provide is a C++ program that compiles into a shared library (.dll) that can be used in virtually any other programming language. We also provide wrappers for LabVIEW, MATLAB, Python, and C++ itself. A Visual Studio 2022 solution can be found [here].(https://github.com/structuredlightlab/plmctrl/blob/main/plmctrl.sln)
The code uses Dear ImGui for handling graphics API calls and setting up a graphical user interface.