{"id":28320523,"url":"https://github.com/cpp20120/engine","last_synced_at":"2026-02-27T20:02:19.289Z","repository":{"id":290304886,"uuid":"971914812","full_name":"cpp20120/Engine","owner":"cpp20120","description":"game engine project","archived":false,"fork":false,"pushed_at":"2025-07-06T07:59:12.000Z","size":582,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T20:11:08.990Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpp20120.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-24T08:49:43.000Z","updated_at":"2025-07-06T07:59:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"363e54a9-b1e3-407e-84f0-69f41c47c478","html_url":"https://github.com/cpp20120/Engine","commit_stats":null,"previous_names":["cpp20120/engine"],"tags_count":0,"template":false,"template_full_name":"cpp20120/cmake_boilerplate","purl":"pkg:github/cpp20120/Engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp20120%2FEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp20120%2FEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp20120%2FEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp20120%2FEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpp20120","download_url":"https://codeload.github.com/cpp20120/Engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpp20120%2FEngine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29911404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"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":[],"created_at":"2025-05-25T11:11:38.328Z","updated_at":"2026-02-27T20:02:19.262Z","avatar_url":"https://github.com/cpp20120.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Engine\n\n[![](https://tokei.rs/b1/github/cpp20120/Engine)](https://github.com/cpp20120/Engine).\n\nCurrently at arch stage and core implementations(can be changed)\n\n\n### Build Debug\n\n```sh\nmkdir -p build/debug\ncd build/debug\ncmake --preset debug\ncmake --build --preset build-debug\n```\n\n### Build Release:\n```sh\nmkdir -p build/release\ncd build/release\ncmake --preset release\ncmake --build --preset build-release\n```\n\n### Vcpkg debug build:\n```sh\ncmake --preset vcpkg-debug\ncmake --build --preset build-vcpkg-debug\n```\n\n### Vcpkg release  build:\n```sh\ncmake --preset vcpkg-release\ncmake --build --preset build-vcpkg-release\n```\n\n\n### Build with sanitazers:\n\n## Address sanitizer\n```sh\ncmake --preset debug-sanitize-address\ncmake --build --preset build-debug-sanitize-address\n```\n## Thread sanitizer\n```sh\ncmake --preset debug-sanitize-thread\ncmake --build --preset build-debug-sanitize-thread\n```\n## Undefined behavior sanitizer\n```sh\ncmake --preset debug-sanitize-undefined\ncmake --build --preset build-debug-sanitize-undefined```\n```\n(specify sanitizer what you need)\n\n### Testing\n\n## Run all tests (release build)\n```sh\nctest --preset test-all\n```\n\n## Run tests with address sanitizer\n```sh\nctest --preset test-sanitize-address\n```\n\n## Run specific test suite\n```sh\nctest --preset test-library1\n```\n\n## Run docs generation\n```sh\ncmake --build . --target docs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpp20120%2Fengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpp20120%2Fengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpp20120%2Fengine/lists"}