If you are new to CMake, I suggest you read up about JUCE and CMake on my blog.

Pamplejuce is one thing: The actual template that I’ve used for years to make JUCE projects.

This means that it’s “batteries included” — it contains everything that I would want in a project for it to feel complete, from a UI inspector to code signing.

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

It’s 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.


Leave a Reply

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