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
- Host: GitHub
- URL: https://github.com/reupen/columns_ui-sdk
- Owner: reupen
- License: 0bsd
- Created: 2015-12-26T20:22:01.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T15:46:02.000Z (5 months ago)
- Last Synced: 2024-12-28T16:21:17.608Z (5 months ago)
- Topics: foobar2000
- Language: C++
- Homepage: https://columns-ui-sdk.readthedocs.io
- Size: 422 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.