{"id":15047664,"url":"https://github.com/stellardx/detailedinfogen","last_synced_at":"2026-02-22T23:03:40.498Z","repository":{"id":255285755,"uuid":"848108613","full_name":"StellarDX/DetailedInfoGen","owner":"StellarDX","description":"Detailed information generator (System report) for SpaceEngine 0.990","archived":false,"fork":false,"pushed_at":"2024-09-13T12:07:29.000Z","size":170,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T14:54:48.171Z","etag":null,"topics":["cpp","cpp20","generator","html","markdown","spaceengine","spaceengineorg-spaceengine-the-universe-simulator"],"latest_commit_sha":null,"homepage":"","language":"C++","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/StellarDX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-08-27T06:32:03.000Z","updated_at":"2024-09-13T12:07:33.000Z","dependencies_parsed_at":"2025-03-18T20:46:01.313Z","dependency_job_id":null,"html_url":"https://github.com/StellarDX/DetailedInfoGen","commit_stats":null,"previous_names":["stellardx/detailedinfogen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StellarDX/DetailedInfoGen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarDX%2FDetailedInfoGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarDX%2FDetailedInfoGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarDX%2FDetailedInfoGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarDX%2FDetailedInfoGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StellarDX","download_url":"https://codeload.github.com/StellarDX/DetailedInfoGen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarDX%2FDetailedInfoGen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29730245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"last_error":"SSL_read: 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":["cpp","cpp20","generator","html","markdown","spaceengine","spaceengineorg-spaceengine-the-universe-simulator"],"created_at":"2024-09-24T21:02:40.001Z","updated_at":"2026-02-22T23:03:40.421Z","avatar_url":"https://github.com/StellarDX.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpaceEngine 0.990 详细信息生成器《星示昭明》(第二版半成品)\n\n协议：[GPLv3](https://www.gnu.org/licenses/licenses.html)\n\n上一个详细信息生成器链接：[百度贴吧搬运链接，SE论坛的原链接经检查已经无法访问](https://tieba.baidu.com/p/4458618242)\n\n详细信息生成器最初为SE官方论坛的用户Amwhere所作，这个工程为上述版本的C++重写，适配0.990以上版本，基于[CSpaceEngine](https://github.com/StellarDX/CSpaceEngine-Project)，\n默认输出格式为Github Markdown(.md)，~~因为作者不会网页前端，不过以后可能会支持~~ 现在已经支持HTML了。\n(目前本工具已放弃使用Visual Studio开发，新的工具是CMake。同时做了前后端分离，所以现在可以自由调整生成结果的排版和展示风格了。)\n\n## 安装方法\n\n1. 安装[Boost](https://www.boost.org/)，[fmtlib](https://fmt.dev/)和[CSpaceEngine](https://github.com/StellarDX/CSpaceEngine-Project)\n2. 配置CMake环境：\n```\ncmake -S \u003c源码解压目录\u003e -B \u003c中间目录\u003e -DCMAKE_INSTALL_PREFIX:PATH=\u003c安装目录\u003e -DBoost_DIR:PATH=\u003cBoost安装目录\u003e -DFMT_FIND_DIRECTORY:PATH=\u003cfmtlib安装目录\u003e -DCSE_DIR:PATH=\u003cCSE根目录\u003e\n```\n3. 编译安装\n```\ncmake --build \u003c中间目录\u003e --target all install\n```\n\n## 使用方法\n\n先说一下，这软件是没有图形界面的。\n1. 打开SE，选中目标系统\n2. 返回主菜单，点开工具-\u003e导出星球脚本，导出行星系统\n3. 在导出的目录(通常是SE目录/export)下找到导出的系统文件\n4. 转到生成器的目录，用命令行打开该目录，输入以下命令(两种都可以)：\n```\nInfoGen [options] \u003csource-file\u003e\nInfoGen [options] -S \u003csource-file\u003e -B \u003cpath-to-output\u003e\n```\n更多帮助信息输入`InfoGen -h`或`InfoGen --help`以查看\n\n----------\n*正因为有些事不能挽回也不能改变，人间才会有情感。 ——纳西妲*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellardx%2Fdetailedinfogen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellardx%2Fdetailedinfogen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellardx%2Fdetailedinfogen/lists"}