{"id":25699677,"url":"https://github.com/ed-2100/c-cpp-monorepo","last_synced_at":"2026-04-13T08:31:51.155Z","repository":{"id":276871460,"uuid":"930442336","full_name":"ed-2100/C-CPP-Monorepo","owner":"ed-2100","description":"A monorepo for all of my desktop C/C++ projects.","archived":false,"fork":false,"pushed_at":"2025-03-18T19:28:14.000Z","size":677,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T06:37:56.136Z","etag":null,"topics":["c","cmake","cpp","cpp23","demo-project","graphics"],"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/ed-2100.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-02-10T16:35:26.000Z","updated_at":"2025-03-18T19:28:17.000Z","dependencies_parsed_at":"2025-07-20T22:24:40.557Z","dependency_job_id":null,"html_url":"https://github.com/ed-2100/C-CPP-Monorepo","commit_stats":null,"previous_names":["ed-2100/c-cpp-monorepo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ed-2100/C-CPP-Monorepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ed-2100%2FC-CPP-Monorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ed-2100%2FC-CPP-Monorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ed-2100%2FC-CPP-Monorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ed-2100%2FC-CPP-Monorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ed-2100","download_url":"https://codeload.github.com/ed-2100/C-CPP-Monorepo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ed-2100%2FC-CPP-Monorepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","cmake","cpp","cpp23","demo-project","graphics"],"created_at":"2025-02-25T03:16:47.283Z","updated_at":"2026-04-13T08:31:51.136Z","avatar_url":"https://github.com/ed-2100.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C/C++ Projects Monorepo\n\nA monorepo for all of my desktop C/C++ projects.\n\n## Projects\n\n- [`cleanup_stack`](cleanup_stack/README.md)\n- [`game_of_life`](game_of_life/README.md)\n- [`glowing_dots`](glowing_dots/README.md)\n- [`tictactoe`](tictactoe/README.md)\n- [`vk_test`](vk_test/README.md)\n\n## Dependencies\n\nThe Vulkan SDK and SDL3 is required to build this project.\n\n## Building\n\nTo build on Linux:\n\n```sh\ncmake -B builddir\nmake -C builddir\n```\n\n## Other Development Commands\n\n- **Formatting** \\\n  Requires `clang-format` and `fd-find`.\n\n  ```sh\n  clang-format -i $(fd --glob '*.{cpp,hpp,c,h}' --exclude ./builddir/ --type file ./)\n  ```\n\n- **Retrieving the Line Count** \\\n  Requires `fd-find` from crates.io.\n\n  ```sh\n  wc -l $(fd --glob '*' --exclude ./builddir/ --type file ./)\n  ```\n\n- **Leak Checking** \\\n  Requires `valgrind`.\n\n  ```sh\n  valgrind --tool=memcheck --leak-check=full --show-leak-kinds=definite,possible ./builddir/my_exe/my_exe\n  ```\n\n- **Static Analysis** \\\n  Requires `clang-analyzer`.\n\n  ```sh\n  scan-build cmake -B builddir\n  scan-build make -C builddir -j $(($(nproc) - 2)\n  ```\n\n## Notes on Toolchain\n\n- [This](https://github.com/mesonbuild/meson/issues/10590) is my reasoning for not using meson.\n- To use clang explicitly, add `--toolchain clang_compile.cmake` to your cmake command.\n- To use wayland explicitly with SDL programs, prepend `env SDL_VIDEODRIVER=wayland` to your shell command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fed-2100%2Fc-cpp-monorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fed-2100%2Fc-cpp-monorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fed-2100%2Fc-cpp-monorepo/lists"}