Skip to content

Code and Compiling

José Carlos edited this page Sep 3, 2024 · 5 revisions

Warning

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.

Dependencies

Clone this wiki locally