{"id":13728915,"url":"https://github.com/anthonyalfimov/JUCE-CMake-Plugin-Template","last_synced_at":"2025-05-08T01:30:25.924Z","repository":{"id":175569406,"uuid":"456602952","full_name":"anthonyalfimov/JUCE-CMake-Plugin-Template","owner":"anthonyalfimov","description":"Audio Plugin template using JUCE 6/7 and CMake","archived":false,"fork":false,"pushed_at":"2023-10-23T15:32:30.000Z","size":71,"stargazers_count":48,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-14T19:40:32.669Z","etag":null,"topics":["audio","audio-plugin","cmake","cpp","juce","juce-framework","template","visual-studio","xcode"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anthonyalfimov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-02-07T17:14:42.000Z","updated_at":"2024-07-15T09:28:42.000Z","dependencies_parsed_at":"2024-01-11T00:01:55.778Z","dependency_job_id":"126dda55-8c22-4d77-b82f-a8b87d46e23a","html_url":"https://github.com/anthonyalfimov/JUCE-CMake-Plugin-Template","commit_stats":null,"previous_names":["anthonyalfimov/juce-cmake-plugin-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyalfimov%2FJUCE-CMake-Plugin-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyalfimov%2FJUCE-CMake-Plugin-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyalfimov%2FJUCE-CMake-Plugin-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonyalfimov%2FJUCE-CMake-Plugin-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonyalfimov","download_url":"https://codeload.github.com/anthonyalfimov/JUCE-CMake-Plugin-Template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252981362,"owners_count":21835415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","audio-plugin","cmake","cpp","juce","juce-framework","template","visual-studio","xcode"],"created_at":"2024-08-03T02:00:52.152Z","updated_at":"2025-05-08T01:30:25.603Z","avatar_url":"https://github.com/anthonyalfimov.png","language":"CMake","funding_links":[],"categories":["Templates"],"sub_categories":[],"readme":"# JUCE CMake Audio Plugin Template\n\n[![Build](https://img.shields.io/github/actions/workflow/status/anthonyalfimov/JUCE-CMake-Plugin-Template/Validation.yml?branch=main\u0026logo=github)](https://github.com/anthonyalfimov/JUCE-CMake-Plugin-Template/actions)\n\nA template for creating an audio plugin using [JUCE 6/7](https://github.com/juce-framework/JUCE) and [CMake](https://cmake.org).\n\n- Works as a drop-in replacement for Projucer - no changes to the source code are necessary! The template can also be used alongside a `.jucer` project.\n- Generates clean Xcode and Visual Studio projects (reasonable source file organisation, only the necessary build schemes for Xcode).\n- Uses CMake to manage dependencies (e.g. JUCE). The template creates a shallow clone of the specified git tag or branch to reduce download times and disk usage.\n- Uses GitHub Actions to build and validate the plugin on MacOS and Windows. Dependencies and compiler output are cached for faster builds.\n\nTo learn how to replace a Projucer project with this template, see the [**Migrating from Projucer**](MIGRATE_FROM_PROJUCER.md) guide.\n\n## Generating IDE project\n\nTo generate an **Xcode** project, run:\n```sh\ncmake -B Build -G Xcode -D CMAKE_OSX_ARCHITECTURES=arm64\\;x86_64 -D CMAKE_OSX_DEPLOYMENT_TARGET=10.13\n```\nThe `-D CMAKE_OSX_ARCHITECTURES=arm64\\;x86_64` flag is required to build universal binaries.\n\nThe `-D CMAKE_OSX_DEPLOYMENT_TARGET=10.13` flag sets the minimum MacOS version to be supported.\n\n---\n\nTo generate a **Visual Studio 2022 (17)** project, run:\n```sh\ncmake -B Build -G \"Visual Studio 17\"\n```\n\n## Building\n\nTo build the generated IDE project from the command line, run:\n```sh\ncmake --build Build --config Debug\n```\n\n## References\n\nBased on the [JUCE/examples/CMake/AudioPlugin](https://github.com/juce-framework/JUCE/tree/master/examples/CMake/AudioPlugin) template.\n\nInspired by:\n\n- [sudara/pamplejuce](https://github.com/sudara/pamplejuce)\n- [eyalamirmusic/JUCECmakeRepoPrototype](https://github.com/eyalamirmusic/JUCECmakeRepoPrototype)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyalfimov%2FJUCE-CMake-Plugin-Template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonyalfimov%2FJUCE-CMake-Plugin-Template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonyalfimov%2FJUCE-CMake-Plugin-Template/lists"}