{"id":23428363,"url":"https://github.com/visualgmq/nickelengine","last_synced_at":"2025-10-07T15:40:48.098Z","repository":{"id":196757189,"uuid":"683982749","full_name":"VisualGMQ/NickelEngine","owner":"VisualGMQ","description":"A game engine based on ECS","archived":false,"fork":false,"pushed_at":"2025-08-09T07:18:45.000Z","size":87078,"stargazers_count":73,"open_issues_count":25,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-09T09:12:51.788Z","etag":null,"topics":[],"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/VisualGMQ.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,"zenodo":null}},"created_at":"2023-08-28T07:44:50.000Z","updated_at":"2025-08-09T07:18:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3452c9d8-40f5-4070-b2e6-f257311ac8ab","html_url":"https://github.com/VisualGMQ/NickelEngine","commit_stats":null,"previous_names":["visualgmq/nickelengine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VisualGMQ/NickelEngine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisualGMQ%2FNickelEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisualGMQ%2FNickelEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisualGMQ%2FNickelEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisualGMQ%2FNickelEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VisualGMQ","download_url":"https://codeload.github.com/VisualGMQ/NickelEngine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisualGMQ%2FNickelEngine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278801857,"owners_count":26048557,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2024-12-23T07:12:14.075Z","updated_at":"2025-10-07T15:40:48.082Z","avatar_url":"https://github.com/VisualGMQ.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"NickelEngine重写中，老版本备份在[NickelEngine-backup](https://github.com/VisualGMQ/NickelEngine-backup)\n\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/VisualGMQ/NickelEngine)\n\n更多信息请参阅[wiki](https://github.com/VisualGMQ/NickelEngine/wiki)\n\n新NickelEngine的特点：\n\n- [ ] 重置底层ECS系统\n    [现在的ECS](https://github.com/VisualGMQ/gecs)是借鉴的EnTT，我希望能够改成Flecs那种基于Archetype的底层\n- [x] 重置反射系统\n    [老的反射系统](https://github.com/VisualGMQ/mirrow)需要一套自动解析头文件的工具，以及更多的特性\n- [x] 重置渲染\n    老的渲染层中Vulkan和GL/GLES并存。新版本打算只使用Vulkan\n- [ ] 重置编辑器\n    编辑器不再使用ImGui，而是使用Qt6制作\n- [x] 更好的工程结构\n    老的第三方库作为submodule，由于网络问题及git submodule问题经常拉不下来/拉一半。新工程中使用小型第三方库，并且将库源码直接放在引擎工程中，这样既避免了额外拉取问题，又可以进行源码调试\n- [x] 更好的开发流程\n    新版本每次开发功能/修改bug都会关联issue，以方便后续溯源。CI也从最开始就使用，保证main分支一定是可编译通过的\n\n## How To Build\n\n反射工具需要`Python3`\n\n先安装`Python3`依赖库：\n\n```bash\npip install -r ./engine/engine/code_generator/requirements.txt\n```\n\n然后使用CMake进行编译\n\n```bash\ncmake --preset=default\ncmake --build cmake-build\n```\n\n## How To Run\n\n所有可执行文件均在`engine`目录下运行。\n\nVS及基于MSBuild的IDE（如Rider）会自动设置路径，可直接在IDE里面运行。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisualgmq%2Fnickelengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisualgmq%2Fnickelengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisualgmq%2Fnickelengine/lists"}