{"id":20444924,"url":"https://github.com/celeroncoder/java-game-engine","last_synced_at":"2026-05-01T18:31:42.184Z","repository":{"id":46680605,"uuid":"398983939","full_name":"celeroncoder/java-game-engine","owner":"celeroncoder","description":"Game Engine in Java with LWJGL","archived":false,"fork":false,"pushed_at":"2021-09-30T12:47:34.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-01T09:10:09.098Z","etag":null,"topics":["game-engine","glfw","glsl-shaders","java","lwjgl","opengl","shaders"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/celeroncoder.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}},"created_at":"2021-08-23T05:29:39.000Z","updated_at":"2021-08-29T15:51:48.000Z","dependencies_parsed_at":"2022-09-03T20:00:15.346Z","dependency_job_id":null,"html_url":"https://github.com/celeroncoder/java-game-engine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/celeroncoder/java-game-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2Fjava-game-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2Fjava-game-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2Fjava-game-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2Fjava-game-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celeroncoder","download_url":"https://codeload.github.com/celeroncoder/java-game-engine/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celeroncoder%2Fjava-game-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["game-engine","glfw","glsl-shaders","java","lwjgl","opengl","shaders"],"created_at":"2024-11-15T10:10:07.965Z","updated_at":"2026-05-01T18:31:42.167Z","avatar_url":"https://github.com/celeroncoder.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java-game-engine\nGame Engine in Java.\n\n[![CodeFactor](https://www.codefactor.io/repository/github/khushalbhardwaj-0111/java-game-engine/badge)](https://www.codefactor.io/repository/github/khushalbhardwaj-0111/java-game-engine)\n\n# fade-to-black\n- It's a desgined test for keyListner utility class.\n- Fades the background to black when *space bar* is pressed.\n\n```java\n// initialize uitl vars\nprivate float r, g, b, a;\nprivate boolean fadeToBlack = false;\n\n// sets the colour of the initial window to white\nprivate Window() {\n\tthis.width = 1920;\n\tthis.height = 1080;\n\tthis.title = \"Jada\";\n\n\tr = 1;\n\tg = 1;\n\tb = 1;\n\ta = 1;\n}\n\nglClearColor(r, g, b, a);\n\nif (fadeToBlack) {\n\tr = Math.max(r - 0.01f, 0);\n\tg = Math.max(g - 0.01f, 0);\n\tb = Math.max(b - 0.01f, 0);\n\ta = Math.max(a - 0.01f, 0);\n}\n\nif (KeyListener.isKeyPressed(GLFW_KEY_SPACE)) {\n\tfadeToBlack = true;\n}\n```\n\n#### Note - No Refrence to the game-engine only for testing purpose and fun.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceleroncoder%2Fjava-game-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceleroncoder%2Fjava-game-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceleroncoder%2Fjava-game-engine/lists"}