{"id":23146580,"url":"https://github.com/jamesn-dev/juce-vcpkg-cmake-vscode-example","last_synced_at":"2025-08-10T22:05:12.517Z","repository":{"id":266402895,"uuid":"898241228","full_name":"JamesN-dev/juce-vcpkg-cmake-vscode-example","owner":"JamesN-dev","description":"How I set up my VSCode development environment for JUCE audio plugins using CMake and vcpkg on Mac. Includes a working \"Hello World\" plugin to verify everything's configured correctly.","archived":false,"fork":false,"pushed_at":"2024-12-04T04:36:41.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T13:27:12.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamesN-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-04T03:29:15.000Z","updated_at":"2024-12-04T04:36:45.000Z","dependencies_parsed_at":"2024-12-04T05:33:53.719Z","dependency_job_id":null,"html_url":"https://github.com/JamesN-dev/juce-vcpkg-cmake-vscode-example","commit_stats":null,"previous_names":["jamesn-dev/juce-vcpkg-cmake-vscode-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JamesN-dev/juce-vcpkg-cmake-vscode-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesN-dev%2Fjuce-vcpkg-cmake-vscode-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesN-dev%2Fjuce-vcpkg-cmake-vscode-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesN-dev%2Fjuce-vcpkg-cmake-vscode-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesN-dev%2Fjuce-vcpkg-cmake-vscode-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesN-dev","download_url":"https://codeload.github.com/JamesN-dev/juce-vcpkg-cmake-vscode-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesN-dev%2Fjuce-vcpkg-cmake-vscode-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269794095,"owners_count":24476740,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-17T16:31:04.734Z","updated_at":"2025-08-10T22:05:12.483Z","avatar_url":"https://github.com/JamesN-dev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JUCE CMake vcpkg VSCode Setup\nHow I set up my VSCode development environment for JUCE audio plugins using CMake and vcpkg on Mac. Includes a working \"Hello World\" plugin to verify everything's configured correctly.\n\n## What This Is\n- My working VSCode dev setup for JUCE\n- Basic \"Hello World\" plugin example\n- Uses CMake + vcpkg instead of Projucer\n- Happens to use Xcode's compiler (we're on Mac after all)\n- Builds AU, VST3, and Standalone formats\n\n## Requirements\n- VSCode with C++ extensions\n- CMake 3.22+\n- Git\n- Xcode (just for the compiler)\n\n## Getting Started\n1. Clone it:\n```bash\ngit clone github.com:JamesN-dev/juce-vcpkg-cmake-vscode-example.git\ncd cpp_test\n```\n\n2. Set up vcpkg:\n```bash\ngit submodule add https://github.com/microsoft/vcpkg\n./vcpkg/bootstrap-vcpkg.sh -disableMetrics\n```\n\n3. Configure \u0026 Build:\n```bash\ncmake --preset buildx2\ncmake --build build\n```\n\nPlugins end up in:\n- `build/AudioPlugin/AudioPluginExample_artefacts/VST3/`\n- `build/AudioPlugin/AudioPluginExample_artefacts/AU/`\n- `build/AudioPlugin/AudioPluginExample_artefacts/Standalone/`\n\nOnce built, you can run the standalone version to see \"Hello World!\" - if you see it, everything's working!\n\n## VSCode Setup\nSee SETUP.md for the detailed guide on getting VSCode configured from scratch.\n\n## Project Structure\n```\ncpp_test/\n├── CMakeLists.txt     # Build setup\n├── CMakePresets.json  # Build presets\n├── AudioPlugin/       # Plugin code (Hello World example)\n└── vcpkg/            # Package manager\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesn-dev%2Fjuce-vcpkg-cmake-vscode-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesn-dev%2Fjuce-vcpkg-cmake-vscode-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesn-dev%2Fjuce-vcpkg-cmake-vscode-example/lists"}