{"id":19883310,"url":"https://github.com/steinbergmedia/vst3_example_plugin_hello_world","last_synced_at":"2025-05-02T14:33:11.590Z","repository":{"id":165964399,"uuid":"630382203","full_name":"steinbergmedia/vst3_example_plugin_hello_world","owner":"steinbergmedia","description":"Hello World VST 3 example plug-in","archived":false,"fork":false,"pushed_at":"2025-03-20T10:49:36.000Z","size":6718,"stargazers_count":38,"open_issues_count":1,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-25T03:15:13.389Z","etag":null,"topics":["hello-world","helloworld","vst","vst3","vst3-plugin","vst3-plugins","vst3-sdk","vstgui"],"latest_commit_sha":null,"homepage":"https://www.steinberg.net","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/steinbergmedia.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":"2023-04-20T09:03:19.000Z","updated_at":"2025-04-16T16:19:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"14f61804-a0e5-4fdf-8a9f-a17c65bc1295","html_url":"https://github.com/steinbergmedia/vst3_example_plugin_hello_world","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinbergmedia%2Fvst3_example_plugin_hello_world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinbergmedia%2Fvst3_example_plugin_hello_world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinbergmedia%2Fvst3_example_plugin_hello_world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinbergmedia%2Fvst3_example_plugin_hello_world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steinbergmedia","download_url":"https://codeload.github.com/steinbergmedia/vst3_example_plugin_hello_world/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252053936,"owners_count":21687196,"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":["hello-world","helloworld","vst","vst3","vst3-plugin","vst3-plugins","vst3-sdk","vstgui"],"created_at":"2024-11-12T17:19:54.576Z","updated_at":"2025-05-02T14:33:10.837Z","avatar_url":"https://github.com/steinbergmedia.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello World VST 3\n\n[![CMake (Linux, macOS, Windows)](https://github.com/steinbergmedia/vst3_example_plugin_hello_world/actions/workflows/cmake.yml/badge.svg)](https://github.com/steinbergmedia/vst3_example_plugin_hello_world/actions/workflows/cmake.yml)\n\n## Introduction\n\nHello World VST 3 is a simple FX plug-in which was generated by the VST 3 Project Generator. It shows how to use the VST 3 SDK as an external project by using CMake's ```FetchContent``` module.\n\nThe file ```external/vst3sdk/CMakeLists.txt``` defines the content population details as well as the command that performs the actual population of the VST 3 SDK.\n\n## Getting Started\n\nTo clone and create the project, open a command prompt and proceed as follows:\n\n### Windows\n\n```sh\ngit clone https://github.com/steinbergmedia/vst3_example_plugin_hello_world.git\nmkdir build\ncd build\ncmake ../vst3_example_plugin_hello_world\ncmake --build .\n```\n\n### macOS\n\n```sh\ngit clone https://github.com/steinbergmedia/vst3_example_plugin_hello_world.git\nmkdir build\ncd build\ncmake -GXcode ../vst3_example_plugin_hello_world\ncmake --build .\n```\n\n### Linux\n\n```sh\ngit clone https://github.com/steinbergmedia/vst3_example_plugin_hello_world.git\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Debug ../vst3_example_plugin_hello_world\ncmake --build .\n```\n\nAs soon as the project has been successfully built, you will find the plugin bundle in the build folder: ```Debug/VST3/HelloWorld.vst3```\n\n## Getting Help\n\n* Read through the SDK documentation on the **[VST 3 Developer Portal](https://steinbergmedia.github.io/vst3_dev_portal/pages/index.html)**\n* Ask some real people in the official **[VST 3 Developer Forum](https://forums.steinberg.net/c/developer/103)**\n* Learn more about **[CMake's ```FetchContent``` module](https://cmake.org/cmake/help/latest/module/FetchContent.html)**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinbergmedia%2Fvst3_example_plugin_hello_world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteinbergmedia%2Fvst3_example_plugin_hello_world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinbergmedia%2Fvst3_example_plugin_hello_world/lists"}