{"id":21864114,"url":"https://github.com/jenjinengine/exgine","last_synced_at":"2026-05-07T04:39:51.325Z","repository":{"id":262295740,"uuid":"886275087","full_name":"JenjinEngine/Exgine","owner":"JenjinEngine","description":"Experimental game engine using C++, Lua and OpenGL","archived":false,"fork":false,"pushed_at":"2024-11-28T10:24:38.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-26T15:29:00.321Z","etag":null,"topics":["cpp","custom-engine","game-engine","game-engine-2d","hot-reload","hot-reloading","live","live-reload","lua"],"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/JenjinEngine.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":"2024-11-10T16:41:25.000Z","updated_at":"2024-11-28T10:24:42.000Z","dependencies_parsed_at":"2024-11-11T17:40:06.877Z","dependency_job_id":"22903970-0e23-4129-ae27-fa48c74e7b87","html_url":"https://github.com/JenjinEngine/Exgine","commit_stats":null,"previous_names":["jenjinengine/exgine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JenjinEngine%2FExgine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JenjinEngine%2FExgine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JenjinEngine%2FExgine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JenjinEngine%2FExgine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JenjinEngine","download_url":"https://codeload.github.com/JenjinEngine/Exgine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244868058,"owners_count":20523581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","custom-engine","game-engine","game-engine-2d","hot-reload","hot-reloading","live","live-reload","lua"],"created_at":"2024-11-28T04:07:31.728Z","updated_at":"2026-05-07T04:39:51.285Z","avatar_url":"https://github.com/JenjinEngine.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exgine\nThis is an experimental game engine that is simply used to test out new workflows.\n\n## API rules\n- All API functions/methods are in PascalCase.\n- The verb `Draw` should be used over `Render` for functions that draw to the screen.\n- All APIs that take in strings should be sanitized if accessible from Lua.\n- All APIs that take strings should be `const std::string\u0026` to allow Lua usage and R-Value strings.\n- Every part of the engine should allow adaptation at a later stage.\n- Engine renderring APIs should *never* manage the window state, e.g. clearing the screen, swapping buffers, polling events, etc.\n- References are to be used over pointers where possible.\n- All pointers should be `std::shared_ptr` unless there is a good reason not to.\n- Fields should be camelCase.\n- GLAD and the Window must be setup externally to the engine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenjinengine%2Fexgine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenjinengine%2Fexgine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenjinengine%2Fexgine/lists"}