{"id":20606808,"url":"https://github.com/jochumdev/theforgecmaketemplate","last_synced_at":"2026-04-21T02:01:54.409Z","repository":{"id":67627239,"uuid":"594502442","full_name":"jochumdev/TheForgeCMakeTemplate","owner":"jochumdev","description":"Template to build an app which is using TheForge with CMake","archived":false,"fork":false,"pushed_at":"2023-01-29T17:23:58.000Z","size":3438,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T17:17:57.276Z","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/jochumdev.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-01-28T18:43:50.000Z","updated_at":"2024-05-10T09:43:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"30b744ed-6ef5-4697-a9e2-dfbdbf2ae21c","html_url":"https://github.com/jochumdev/TheForgeCMakeTemplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jochumdev/TheForgeCMakeTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2FTheForgeCMakeTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2FTheForgeCMakeTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2FTheForgeCMakeTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2FTheForgeCMakeTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jochumdev","download_url":"https://codeload.github.com/jochumdev/TheForgeCMakeTemplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jochumdev%2FTheForgeCMakeTemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32073496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T01:35:38.224Z","status":"online","status_checked_at":"2026-04-21T02:00:06.111Z","response_time":128,"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-11-16T09:34:46.045Z","updated_at":"2026-04-21T02:01:54.396Z","avatar_url":"https://github.com/jochumdev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template for project's using The Forge with CMake\n\nThis is a basic template for compiling [The Forge](https://github.com/ConfettiFX/The-Forge) with [CMake](https://cmake.org/).\n\n## Usage (presets)\n\nBuild with all examples (the download of \"Art.zip\" might take ages):\n\n```bash\ncmake --preset debug-clang-examples \u0026\u0026 cmake --build --preset debug-clang-examples\n```\n\nBuild no examples:\n\n```bash\ncmake --preset debug-clang \u0026\u0026 cmake --build --preset debug-clang\n```\n\n## Usage (no presets)\n\nBuild with all examples (the download of \"Art.zip\" might take ages):\n\n```bash\nmkdir build; cd build\nCC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -DFORGE_BUILD_EXAMPLES=ON -G Ninja ..; cmake --build .\n```\n\nBuild no examples:\n\n```bash\nmkdir build; cd build\nCC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G Ninja ..; cmake --build .\n```\n\n## Authors\n\n- [René Jochum](https://github.com/jochumdev)\n\n## License\n\nThis Template is MIT Licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochumdev%2Ftheforgecmaketemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjochumdev%2Ftheforgecmaketemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjochumdev%2Ftheforgecmaketemplate/lists"}