Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isabelgk/juce-conan-cookiecutter

An interactive cookiecutter template for a JUCE VST plugin with a Conan and CMake toolchain
https://github.com/isabelgk/juce-conan-cookiecutter

conan juce template vst vst3

Last synced: 5 days ago
JSON representation

An interactive cookiecutter template for a JUCE VST plugin with a Conan and CMake toolchain

Awesome Lists containing this project

README

        

# Template JUCE, CMake, and Conan plugin

## Prerequisites

- CMake
- Ninja
- [conan](https://conan.io/)
- [cookiecutter](https://cookiecutter.readthedocs.io/en/1.7.2/)

Get requirements via package managers. For example, on Mac:
```shell
brew install cmake ninja
pip install conan cookiecutter
```

## Use

```shell
cookiecutter gh:isabelgk/juce-conan-cookiecutter
```