{"id":20671523,"url":"https://github.com/hopson97/pong3d","last_synced_at":"2026-03-06T08:34:10.176Z","repository":{"id":145668976,"uuid":"276866014","full_name":"Hopson97/Pong3D","owner":"Hopson97","description":"Pong with some extra OpenGLy depth ","archived":false,"fork":false,"pushed_at":"2023-02-04T11:30:29.000Z","size":2431,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T20:22:45.799Z","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/Hopson97.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":"2020-07-03T09:52:12.000Z","updated_at":"2023-02-04T11:30:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7224d52-c6a7-4e79-8bde-a83b82f3ea94","html_url":"https://github.com/Hopson97/Pong3D","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hopson97/Pong3D","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FPong3D","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FPong3D/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FPong3D/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FPong3D/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hopson97","download_url":"https://codeload.github.com/Hopson97/Pong3D/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FPong3D/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30167963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2024-11-16T20:27:48.871Z","updated_at":"2026-03-06T08:34:10.117Z","avatar_url":"https://github.com/Hopson97.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pong3D\n\nPong except it is 3D.\n\n## Building and Running\n\n### Libraries\n\nSFML and GLM are required.\n\nThese can be installed from your project manager. For example, on Debian/ Ubuntu:\n\n```sh\nsudo apt install libsfml-dev libglm-dev\n```\n\nIf this is not possible (eg windows), you can install these manually from their respective websites:\n\nhttps://www.sfml-dev.org/download.php\n\nhttps://github.com/g-truc/glm/tags\n\n### Linux\n\nRequires conan\n\n```sh\npython3 -m pip install conan\n```\n\nTo build, at the root of the project:\n\n```sh\n./scripts/build.sh install\n```\n\nIf the build fails, try installing:\n\n```\nsudo apt install libx11-dev\nsudo apt install libgl1-mesa-dev\nsudo apt install libegl-dev\n```\n\nThe install argument is only needed for the first time compilation as this is what grabs the libraries from Conan\n\nTo run, at the root of the project:\n\n```sh\n./scripts/run.sh\n```\n\nTo build and run in release mode, simply add the `release` suffix:\n\n```sh\n./scripts/build.sh release\n./scripts/run.sh release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopson97%2Fpong3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhopson97%2Fpong3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopson97%2Fpong3d/lists"}