Skip to content

reupen/columns_ui-sdk

Repository files navigation

Columns UI SDK

The Columns UI SDK provides the interfaces necessary to create panel and toolbar components for Columns UI.

Refer to https://columns-ui-sdk.readthedocs.io for further documentation.

This repo contains two project files:

  • columns_ui-sdk-public.vcxproj – this is the project file included in the SDK download, which works out of the box with the foobar2000 SDK
  • columns_ui-sdk.vcxproj – this is the project file used by my components, which uses the statically-linked CRT and customised intermediate and output directories

Building the docs

  1. Install Python 3

  2. Install doxygen

  3. Install Python dependencies:

    pip install -r docs\requirements.txt
  4. Run doxygen in the root directory of this repository.

  5. Run docs\make.bat html

The built docs will be in docs\build.