An open API service indexing awesome lists of open source software.

https://github.com/reupen/columns_ui-sdk

Columns UI SDK
https://github.com/reupen/columns_ui-sdk

foobar2000

Last synced: 5 months ago
JSON representation

Columns UI SDK

Awesome Lists containing this project

README

        

# 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](https://www.python.org/downloads/)
1. [Install doxygen](http://www.doxygen.nl/download.html#srcbin)
1. Install Python dependencies:

```shell
pip install -r docs\requirements.txt
```

1. Run `doxygen` in the root directory of this repository.
1. Run `docs\make.bat html`

The built docs will be in `docs\build`.