New to CMake? Read up about JUCE and CMake on my blog.

Pamplejuce is the template I use to make my JUCE projects (such as Sine Machine).

It’s “batteries included.” 🔋🔋

That means contains everything that I want in a project for it to feel complete, from a UI inspector to packaging and code signing.

You don’t need to keep all the stuff I included. Rip out the code signing stuff or disable the Tests target if you don’t need em. Everything is fairly modular!

Pamplejuce is a template repository

That means the easiest thing to do is click “Use this template” on GitHub or at the top of the page to print yourself a copy of the repository.

Just to be clear, Pamplejuce won’t be an actual dependency of your project (although the cmake-includes repo will be).

You can read about how to manually sync with Pamplejuce’s latest changes here.

Think of Pamplejuce as “Sudara’s starting place” which you can then quickly cannibalize to make your own custom starting place.


Leave a Reply

Your email address will not be published. Required fields are marked *