https://columns-ui-sdk.readthedocs.io
Simple starter panel for developers of Columns UI panels.
To get started with a new panel component:
- Install Visual Studio 2019 with the 'Desktop development with C++' workload.
- Install Git.
- Clone this repo:
git clone --recursive https://github.com/reupen/example_panel.git
- Open
vc16/example_panel.sln
. - Build the solution.
- If the build is successful, a component DLL will be created at
vc16\Debug\foo_uie_example.dll
orvc16\Release\foo_uie_example.dll
(depending on the configuration selected).
You can also click the 'Use this template' button above to start a new GitHub repository based on this one.