{"id":16780044,"url":"https://github.com/jackgerrits/opengl-car-game","last_synced_at":"2026-03-01T03:01:44.914Z","repository":{"id":47794922,"uuid":"61761336","full_name":"jackgerrits/opengl-car-game","owner":"jackgerrits","description":"A simple car sandbox implemented using OpenGL and C++","archived":false,"fork":false,"pushed_at":"2021-07-26T23:35:19.000Z","size":454,"stargazers_count":46,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-03T00:37:55.550Z","etag":null,"topics":["cpp","opengl"],"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/jackgerrits.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}},"created_at":"2016-06-23T00:48:46.000Z","updated_at":"2025-06-18T10:12:29.000Z","dependencies_parsed_at":"2022-08-27T11:12:37.344Z","dependency_job_id":null,"html_url":"https://github.com/jackgerrits/opengl-car-game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackgerrits/opengl-car-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackgerrits%2Fopengl-car-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackgerrits%2Fopengl-car-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackgerrits%2Fopengl-car-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackgerrits%2Fopengl-car-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackgerrits","download_url":"https://codeload.github.com/jackgerrits/opengl-car-game/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackgerrits%2Fopengl-car-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29959284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"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":["cpp","opengl"],"created_at":"2024-10-13T07:33:49.242Z","updated_at":"2026-03-01T03:01:44.895Z","avatar_url":"https://github.com/jackgerrits.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opengl-car-game\n\n![](https://i.imgur.com/o3EVk2U.png)\n\nSimple car game written in C++, using OpenGL 3.3.\n\nNotable features include:\n- Shadow mapping\n- Water with dynamic reflection and refraction\n- Dynamic particle system\n\n## Dependencies\n\n##### Ubuntu/Debian\n```\nsudo apt-get install libglfw3-dev libglm-dev\n```\n\n##### Vcpkg on Windows\n```\nvcpkg install --triplet x64-windows glfw3 glm\n```\n\n## Build\n\nIf dependencies are visible to CMake by default, can build like so:\n```\ngit lfs pull\nmkdir build\ncd build\ncmake ..\nmake\n```\n\nOtherwise, you'll need to point CMake to the Vcpkg toolchain file to find the dependencies and specify the triplet. For example on Windows:\n\n```\ngit lfs pull\ncmake .. -DCMAKE_TOOLCHAIN_FILE=\"[vcpkg root]\\scripts\\buildsystems\\vcpkg.cmake\" -DVCPKG_TARGET_TRIPLET=x64-windows\n.\\opengl-car-game.sln\n```\n\n## Usage\n\n```\n./opengl-car-game basic|physics\n```\n__basic__ - No intertia, simple turning\n\n__physics__ - uses formula for more realistic driving experience.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackgerrits%2Fopengl-car-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackgerrits%2Fopengl-car-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackgerrits%2Fopengl-car-game/lists"}