{"id":25667509,"url":"https://github.com/makosai/nyxy","last_synced_at":"2025-07-11T11:34:21.316Z","repository":{"id":221447991,"uuid":"753414630","full_name":"Makosai/Nyxy","owner":"Makosai","description":"Nyxy is an open-source game engine made with C++. The primary focus is a 3D isometric environment with a simplified interpreter.","archived":false,"fork":false,"pushed_at":"2024-02-10T01:15:07.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T09:39:58.075Z","etag":null,"topics":["3d-engine","3d-game-engine","cpp","cpp-game","cpp-game-engine","game","game-development","game-engine","isometric-game","open-source","simple","sims","simulation","simulation-game"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Makosai.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-06T04:20:19.000Z","updated_at":"2024-02-08T07:44:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b264838-dd1e-4a01-9dbd-6b54a144799a","html_url":"https://github.com/Makosai/Nyxy","commit_stats":null,"previous_names":["makosai/nyxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Makosai/Nyxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FNyxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FNyxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FNyxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FNyxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Makosai","download_url":"https://codeload.github.com/Makosai/Nyxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FNyxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264795519,"owners_count":23665240,"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":["3d-engine","3d-game-engine","cpp","cpp-game","cpp-game-engine","game","game-development","game-engine","isometric-game","open-source","simple","sims","simulation","simulation-game"],"created_at":"2025-02-24T09:37:51.722Z","updated_at":"2025-07-11T11:34:21.308Z","avatar_url":"https://github.com/Makosai.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nyxy\nNyxy is an open-source game engine made with C++. The primary focus is a 3D isometric environment with a simplified interpreter.\n\n## Usage\n\nThe code below is enough to get the game started!\n```cpp\n#include \u003cNyxy.h\u003e\n\n#include \u003cstdio.h\u003e\n\nclass Simul : public Nyxy::Application {\npublic:\n\tSimul() {}\n\n\t~Simul() {}\n};\n\nNyxy::Application* Nyxy::CreateApplication() {\n\tprintf(\"Welcome to Simul!\");\n\treturn new Simul();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakosai%2Fnyxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakosai%2Fnyxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakosai%2Fnyxy/lists"}