{"id":15027910,"url":"https://github.com/netease-im/nim_duilib_framework","last_synced_at":"2025-10-11T13:11:27.503Z","repository":{"id":39545883,"uuid":"175780707","full_name":"netease-im/NIM_Duilib_Framework","owner":"netease-im","description":"网易云信Windows应用开发框架。","archived":false,"fork":false,"pushed_at":"2024-09-18T01:26:35.000Z","size":93342,"stargazers_count":2149,"open_issues_count":111,"forks_count":838,"subscribers_count":109,"default_branch":"master","last_synced_at":"2025-04-08T10:12:33.896Z","etag":null,"topics":["c-plus-plus","cef","duilib","open","win32"],"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/netease-im.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":"2019-03-15T08:37:31.000Z","updated_at":"2025-04-06T01:03:21.000Z","dependencies_parsed_at":"2022-07-09T18:46:29.519Z","dependency_job_id":"e523fc1b-be34-4530-a079-fac0d040098f","html_url":"https://github.com/netease-im/NIM_Duilib_Framework","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/netease-im/NIM_Duilib_Framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netease-im%2FNIM_Duilib_Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netease-im%2FNIM_Duilib_Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netease-im%2FNIM_Duilib_Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netease-im%2FNIM_Duilib_Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netease-im","download_url":"https://codeload.github.com/netease-im/NIM_Duilib_Framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netease-im%2FNIM_Duilib_Framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007311,"owners_count":26084280,"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-11T02:00:06.511Z","response_time":55,"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":["c-plus-plus","cef","duilib","open","win32"],"created_at":"2024-09-24T20:07:16.581Z","updated_at":"2025-10-11T13:11:27.476Z","avatar_url":"https://github.com/netease-im.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NIM Duilib\n\nNIM Duilib 包含了一整套桌面软件的开发部件，与其说这是一个界面库，不如说它是一个开发框架。从原有 Duilib 基础上拓展了一些新的能力，并整合了 Google base 基础类库（线程、内存、闭包等）。您完全可以直接使用这个框架来开发任何你想要的桌面应用。\n\n![GitHub](https://img.shields.io/badge/license-MIT-green.svg)\n[![Build status](https://ci.appveyor.com/api/projects/status/u29yl0j7pasopm3h?svg=true)](https://ci.appveyor.com/project/nmgwddj/nim-duilib-framework) [![Join the chat at https://gitter.im/NIM_Duilib_Framework/community](https://badges.gitter.im/NIM_Duilib_Framework/community.svg)](https://gitter.im/NIM_Duilib_Framework/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[English](README_en-US.md)\n\n## 特色\n\n - 多国语言支持\n - 通用样式支持\n - DPI 缩放支持\n - GIF 动画支持\n - CEF 控件支持（CEF 2623 支持 XP）\n - 触控设备支持（Surface、Wacom）\n - 抽象渲染接口（为其他渲染引擎提供支持）\n\n## 预览\n\n![preview](docs/PREVIEW.gif)\n\n## 开始\n\n克隆项目到你的磁盘中\n\n```bash\ngit clone https://github.com/netease-im/NIM_Duilib_Framework\n```\n\n进入 `NIM_Duilib_Framework/examples` 目录，使用 Visual Studio 2013 Update 5 以上版本 IDE 打开 `examples.sln`，按下 F7 即可编译所有示例程序\n\n## 文档\n\n - [快速上手](docs/GETTING-STARTED.md)\n - [中文文档](docs/SUMMARY.md)\n\n## 目录\n\n├─`base` 基础类库  \n├─`bin` 各个示例程序输出目录，包含预设的皮肤和语言文件以及 CEF 依赖  \n├─`docs` duilib 接口的说明文档  \n├─`duilib` duilib 核心代码，依赖 base 但不依赖 shared  \n├─`libs` 静态库编译后的输出目录，包含预设的一些 CEF 组件静态库  \n├─`examples` 各类示例程序源代码  \n├─`third_party` 第三方库，目前仅有 cef_control 有依赖  \n├─`ui_components` 基于 duilib 封装的常用组件库如 `msgbox`、`toast`、`cef_control` 等  \n\n## 交流\n\n - 遇到问题：欢迎查看我们整理过的[中文文档](docs/SUMMARY.md)参考[示例程序](examples/README.md)来帮助你解决疑惑\n - 提交缺陷：在确保使用最新版本依然存在问题时请尽量以简洁的语言描述清楚复现该问题的步骤并提交 issue\n - 功能建议：如果你有什么好的想法或者提案，欢迎提交 issue 与我们交流\n\n#推荐好友使用云信，即享1500元京东卡奖励# 点击参与https://yunxin.163.com/promotion/recommend?channel=github\n[![main]( https://yx-web-nosdn.netease.im/quickhtml%2Fassets%2Fyunxin%2Fdefault%2F2022%2Fgithub%2F233.png)](https://yunxin.163.com/promotion/recommend?channel=github)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetease-im%2Fnim_duilib_framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetease-im%2Fnim_duilib_framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetease-im%2Fnim_duilib_framework/lists"}