{"id":29099362,"url":"https://github.com/doccaico/study-raylib-c-with-cmake","last_synced_at":"2025-06-28T16:42:43.887Z","repository":{"id":298287716,"uuid":"999361973","full_name":"doccaico/study-raylib-c-with-cmake","owner":"doccaico","description":"Yet Yet Another : ... :","archived":false,"fork":false,"pushed_at":"2025-06-10T10:00:05.000Z","size":2654,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-10T10:46:32.849Z","etag":null,"topics":["c","raylib"],"latest_commit_sha":null,"homepage":"","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/doccaico.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,"zenodo":null}},"created_at":"2025-06-10T06:24:00.000Z","updated_at":"2025-06-10T10:00:58.000Z","dependencies_parsed_at":"2025-06-10T10:56:45.998Z","dependency_job_id":null,"html_url":"https://github.com/doccaico/study-raylib-c-with-cmake","commit_stats":null,"previous_names":["doccaico/study-raylib-c-with-cmake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doccaico/study-raylib-c-with-cmake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fstudy-raylib-c-with-cmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fstudy-raylib-c-with-cmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fstudy-raylib-c-with-cmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fstudy-raylib-c-with-cmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doccaico","download_url":"https://codeload.github.com/doccaico/study-raylib-c-with-cmake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fstudy-raylib-c-with-cmake/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262461686,"owners_count":23314992,"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":["c","raylib"],"created_at":"2025-06-28T16:42:43.179Z","updated_at":"2025-06-28T16:42:43.876Z","avatar_url":"https://github.com/doccaico.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## study-raylib-c-with-cmake (Windows only)\n\n### Build Requirements\n- MSVC\n- cmake\n- ninja\n\n### Debug Build\n```sh\n$ cmake -S . -B build/debug -GNinja -DCMAKE_BUILD_TYPE=Debug\n\n# Build lifegame\n$ cmake --build build/debug --config Debug -- lifegame\n# Build flappy\n# $ cmake --build build/debug --config Debug -- flappy\n\n# Run lifegame\n$ build\\debug\\lifegame\\lifegame.exe\n# Run flappy\n# $ pushd build\\debug\\flappy \u0026\u0026 flappy.exe \u0026\u0026 popd\n```\n\n### Release Build\n```sh\n$ cmake -S . -B build/release -GNinja -DCMAKE_BUILD_TYPE=Release\n\n# Build lifegame\n$ cmake --build build/release --config Release -- lifegame\n# Build flappy\n# $ cmake --build build/release --config Release -- flappy\n\n# Run\n$ build\\release\\lifegame\\lifegame.exe\n```\n\n### Using Library\n- [raylib](https://github.com/raysan5/raylib)\n- [yac](https://github.com/doccaico/yac)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccaico%2Fstudy-raylib-c-with-cmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoccaico%2Fstudy-raylib-c-with-cmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccaico%2Fstudy-raylib-c-with-cmake/lists"}