{"id":20783769,"url":"https://github.com/obsproject/obs-plugintemplate","last_synced_at":"2025-03-11T23:16:42.702Z","repository":{"id":42027308,"uuid":"128535483","full_name":"obsproject/obs-plugintemplate","owner":"obsproject","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-12T22:55:21.000Z","size":281,"stargazers_count":249,"open_issues_count":3,"forks_count":114,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-04-14T01:49:44.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obsproject.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,"dei":null}},"created_at":"2018-04-07T14:21:10.000Z","updated_at":"2024-04-16T12:50:45.543Z","dependencies_parsed_at":"2023-09-24T03:47:39.269Z","dependency_job_id":"e02418ae-0618-404f-bc23-40baa3cd8604","html_url":"https://github.com/obsproject/obs-plugintemplate","commit_stats":{"total_commits":128,"total_committers":20,"mean_commits":6.4,"dds":0.5078125,"last_synced_commit":"68e9fcdd23643bbc2dda099168cab65c1a9f9a0f"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obsproject%2Fobs-plugintemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obsproject%2Fobs-plugintemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obsproject%2Fobs-plugintemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obsproject%2Fobs-plugintemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obsproject","download_url":"https://codeload.github.com/obsproject/obs-plugintemplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242946536,"owners_count":20210862,"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":[],"created_at":"2024-11-17T14:23:33.550Z","updated_at":"2025-03-11T23:16:42.682Z","avatar_url":"https://github.com/obsproject.png","language":"CMake","funding_links":[],"categories":["CMake"],"sub_categories":[],"readme":"# OBS Plugin Template\n\n## Introduction\n\nThe plugin template is meant to be used as a starting point for OBS Studio plugin development. It includes:\n\n* Boilerplate plugin source code\n* A CMake project file\n* GitHub Actions workflows and repository actions\n\n## Supported Build Environments\n\n| Platform  | Tool   |\n|-----------|--------|\n| Windows   | Visal Studio 17 2022 |\n| macOS     | XCode 16.0 |\n| Windows, macOS  | CMake 3.30.5 |\n| Ubuntu 24.04 | CMake 3.28.3 |\n| Ubuntu 24.04 | `ninja-build` |\n| Ubuntu 24.04 | `pkg-config`\n| Ubuntu 24.04 | `build-essential` |\n\n## Quick Start\n\nAn absolute bare-bones [Quick Start Guide](https://github.com/obsproject/obs-plugintemplate/wiki/Quick-Start-Guide) is available in the wiki.\n\n## Documentation\n\nAll documentation can be found in the [Plugin Template Wiki](https://github.com/obsproject/obs-plugintemplate/wiki).\n\nSuggested reading to get up and running:\n\n* [Getting started](https://github.com/obsproject/obs-plugintemplate/wiki/Getting-Started)\n* [Build system requirements](https://github.com/obsproject/obs-plugintemplate/wiki/Build-System-Requirements)\n* [Build system options](https://github.com/obsproject/obs-plugintemplate/wiki/CMake-Build-System-Options)\n\n## GitHub Actions \u0026 CI\n\nDefault GitHub Actions workflows are available for the following repository actions:\n\n* `push`: Run for commits or tags pushed to `master` or `main` branches.\n* `pr-pull`: Run when a Pull Request has been pushed or synchronized.\n* `dispatch`: Run when triggered by the workflow dispatch in GitHub's user interface.\n* `build-project`: Builds the actual project and is triggered by other workflows.\n* `check-format`: Checks CMake and plugin source code formatting and is triggered by other workflows.\n\nThe workflows make use of GitHub repository actions (contained in `.github/actions`) and build scripts (contained in `.github/scripts`) which are not needed for local development, but might need to be adjusted if additional/different steps are required to build the plugin.\n\n### Retrieving build artifacts\n\nSuccessful builds on GitHub Actions will produce build artifacts that can be downloaded for testing. These artifacts are commonly simple archives and will not contain package installers or installation programs.\n\n### Building a Release\n\nTo create a release, an appropriately named tag needs to be pushed to the `main`/`master` branch using semantic versioning (e.g., `12.3.4`, `23.4.5-beta2`). A draft release will be created on the associated repository with generated installer packages or installation programs attached as release artifacts.\n\n## Signing and Notarizing on macOS\n\nBasic concepts of codesigning and notarization on macOS are explained in the correspodning [Wiki article](https://github.com/obsproject/obs-plugintemplate/wiki/Codesigning-On-macOS) which has a specific section for the [GitHub Actions setup](https://github.com/obsproject/obs-plugintemplate/wiki/Codesigning-On-macOS#setting-up-code-signing-for-github-actions).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobsproject%2Fobs-plugintemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobsproject%2Fobs-plugintemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobsproject%2Fobs-plugintemplate/lists"}