Skip to content

reupen/example_panel

Repository files navigation

Example panel

https://columns-ui-sdk.readthedocs.io

Build status

Simple starter panel for developers of Columns UI panels.

To get started with a new panel component:

  1. Install Visual Studio 2019 with the 'Desktop development with C++' workload.
  2. Install Git.
  3. Clone this repo:
    git clone --recursive https://github.com/reupen/example_panel.git
  4. Open vc16/example_panel.sln.
  5. Build the solution.
  6. If the build is successful, a component DLL will be created at vc16\Debug\foo_uie_example.dll or vc16\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.