{"id":19520945,"url":"https://github.com/rodneylab/jolt-raylib-hello-world","last_synced_at":"2026-03-09T23:36:25.425Z","repository":{"id":230567744,"uuid":"779646377","full_name":"rodneylab/jolt-raylib-hello-world","owner":"rodneylab","description":"Jolt Physics raylib ⚡️ trying Jolt C++ game development physics library with raylib in a 3D hello world 🎱 bouncing sphere example.","archived":false,"fork":false,"pushed_at":"2025-04-22T04:07:13.000Z","size":1983,"stargazers_count":14,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T06:15:55.665Z","etag":null,"topics":["cmake","cplusplus","cplusplus-17","dear-imgui","game-development","gamedev","imgui","jolt","jolt-physics","physics-engine","raylib"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodneylab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-30T12:02:26.000Z","updated_at":"2025-04-22T04:05:59.000Z","dependencies_parsed_at":"2024-06-19T10:43:57.629Z","dependency_job_id":"6aac2361-b1f7-42f0-a76e-21ecaf144001","html_url":"https://github.com/rodneylab/jolt-raylib-hello-world","commit_stats":null,"previous_names":["rodneylab/jolt-raylib-hello-world"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rodneylab/jolt-raylib-hello-world","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodneylab%2Fjolt-raylib-hello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodneylab%2Fjolt-raylib-hello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodneylab%2Fjolt-raylib-hello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodneylab%2Fjolt-raylib-hello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodneylab","download_url":"https://codeload.github.com/rodneylab/jolt-raylib-hello-world/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodneylab%2Fjolt-raylib-hello-world/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30316772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"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":["cmake","cplusplus","cplusplus-17","dear-imgui","game-development","gamedev","imgui","jolt","jolt-physics","physics-engine","raylib"],"created_at":"2024-11-11T00:28:29.388Z","updated_at":"2026-03-09T23:36:25.346Z","avatar_url":"https://github.com/rodneylab.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./images/rodneylab-github-jolt-raylib-hello-world.png\" alt=\"Rodney Lab jolt-raylib-hello-world Git Hub banner\"\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca aria-label=\"Open Rodney Lab site\" href=\"https://rodneylab.com\" rel=\"nofollow noopener noreferrer\"\u003e\n    \u003cimg alt=\"Rodney Lab logo\" src=\"https://rodneylab.com/assets/icon.png\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Jolt raylib Hello World\n\u003c/h1\u003e\n\n# jolt-raylib-hello-world\n\nCMake project for Jolt physics raylib Hello World. The code accompanies the\nRodney Lab\n\u003ca aria-label=\"\" href=\"https://rodneylab.com/jolt-physics-raylib/\"\u003earticle on\nusing Jolt physics with raylib\u003c/a\u003e, which provides some pointers on getting\nstart with and setting up Jolt with raylib. If you have any questions, please\ndrop a comment at the bottom of that page.\n\n## 🖥️ Usage\n\n\u003cimg src=\"./images/getting-started.gif\" alt=\"Terminal animation shows the user entering the following commands:  cd .build, cmake .., cmake --build ., ./bin/JoltRaylibHelloWorld. Then out shows animation steps including velocity and position at each step.\"\u003e\n\nRequires [CMake](https://cmake.org/getting-started/) and a C++ compiler.\n\nClone the repo then run:\n\n```shell\nmkdir .build\ncd .build\ncmake ..\ncmake --build .\n./bin/RaylibImGuiApp\n```\n\nWith the game running, press the \u003ckbd\u003eF9\u003c/kbd\u003e key to bring up the debug\ninterface and close the preview, or use \u003ckbd\u003eF9\u003c/kbd\u003e again to close it.\n\n## ☎️ Issues\n\nFeel free to jump into the\n[Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodneylab%2Fjolt-raylib-hello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodneylab%2Fjolt-raylib-hello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodneylab%2Fjolt-raylib-hello-world/lists"}