You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
José Carlos edited this page Sep 3, 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, plmctrl.sln can be found in the main directory of this repo.
The code uses Dear ImGui for handling graphics API calls and setting up a graphical user interface.