All Projects → netease-im → Nim_duilib_framework

netease-im / Nim_duilib_framework

Licence: other
网易云信Windows应用界面开发框架(基于Duilib)。招人招人,windows/mac/duilib/qt/electron http://mobile.bole.netease.com/bole/boleDetail?id=19904&employeeId=510064bce318835c&key=all&type=2&from=timeline

Projects that are alternatives of or similar to Nim duilib framework

Sigma coding youtube
This is a collection of all the code that can be found on my YouTube channel Sigma Coding.
Stars: ✭ 611 (-36.35%)
Mutual labels:  win32
Mt
tlock, RWMUTEX, Collab, USM, RSem and other C++ templates for Windows to provide read/write mutex locks, various multithreading tools, collaboration, differential updates and more
Stars: ✭ 18 (-98.12%)
Mutual labels:  win32
Vst3sdk
VST 3 Plug-In SDK
Stars: ✭ 853 (-11.15%)
Mutual labels:  win32
Windows 10 Toast Notifications
Python library to display Windows 10 Toast Notifications
Stars: ✭ 672 (-30%)
Mutual labels:  win32
Cef4delphi
CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
Stars: ✭ 785 (-18.23%)
Mutual labels:  cef
Vancouver
Open Source People, Projects, and Companies in Vancouver
Stars: ✭ 23 (-97.6%)
Mutual labels:  open
Zentral
Zentral is an open-source solution for infrastructure monitoring and endpoint event stream processing. It provides build-in orchestration of macOS security components (Santa, Osquery, et-al.), event correlation and event management. It consolidates its features with various data store backends (ElasticStack, Azure Log Analytics, Splunk, et-al.).
Stars: ✭ 522 (-45.62%)
Mutual labels:  open
Weatherapp
Cute weather app built in Electron
Stars: ✭ 32 (-96.67%)
Mutual labels:  win32
Jdupes
A powerful duplicate file finder and an enhanced fork of 'fdupes'.
Stars: ✭ 790 (-17.71%)
Mutual labels:  win32
Xtd forms
Modern c++17 library to create native gui for Microsoft Windows, Apple macOS and Linux.
Stars: ✭ 25 (-97.4%)
Mutual labels:  win32
Laravel Open Source Projects
A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework.
Stars: ✭ 676 (-29.58%)
Mutual labels:  open
Cef2go
Go lang bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 780 (-18.75%)
Mutual labels:  cef
Apskaita5
Open source accounting system designed for Lithuania
Stars: ✭ 20 (-97.92%)
Mutual labels:  open
Walk
A Windows GUI toolkit for the Go Programming Language
Stars: ✭ 5,813 (+505.52%)
Mutual labels:  win32
Nginx Rtmp Win32
Nginx-rtmp-module Windows builds.
Stars: ✭ 854 (-11.04%)
Mutual labels:  win32
Swift Win32
A Win32 application framework for Swift
Stars: ✭ 586 (-38.96%)
Mutual labels:  win32
Glbind
Single file OpenGL API loader.
Stars: ✭ 23 (-97.6%)
Mutual labels:  win32
Gameoverlay
🎮 GameOverlay using CEF with support for common rendering backends
Stars: ✭ 32 (-96.67%)
Mutual labels:  cef
Yori
Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
Stars: ✭ 948 (-1.25%)
Mutual labels:  win32
Randomix
🎲 An open source app to choose randomly between numbers, answers, options and so on.
Stars: ✭ 24 (-97.5%)
Mutual labels:  open

NIM Duilib

NIM Duilib 包含了一整套桌面软件的开发部件,与其说这是一个界面库,不如说它是一个开发框架。从原有 Duilib 基础上拓展了一些新的能力,并整合了 Google base 基础类库(线程、内存、闭包等)。您完全可以直接使用这个框架来开发任何你想要的桌面应用。

GitHub Build status

English

特色

  • 多国语言支持
  • 通用样式支持
  • DPI 缩放支持
  • GIF 动画支持
  • CEF 控件支持(CEF 2623 支持 XP)
  • 触控设备支持(Surface、Wacom)
  • 抽象渲染接口(为其他渲染引擎提供支持)

预览

preview

开始

克隆项目到你的磁盘中

git clone https://github.com/netease-im/NIM_Duilib_Framework

进入 NIM_Duilib_Framework/examples 目录,使用 Visual Studio 2013 Update 5 以上版本 IDE 打开 examples.sln,按下 F7 即可编译所有示例程序

文档

目录

├─base 基础类库
├─bin 各个示例程序输出目录,包含预设的皮肤和语言文件以及 CEF 依赖
├─docs duilib 接口的说明文档
├─duilib duilib 核心代码,依赖 base 但不依赖 shared
├─libs 静态库编译后的输出目录,包含预设的一些 CEF 组件静态库
├─examples 各类示例程序源代码
├─third_party 第三方库,目前仅有 cef_control 有依赖
├─ui_components 基于 duilib 封装的常用组件库如 msgboxtoastcef_control

交流

  • 遇到问题:欢迎查看我们整理过的中文文档参考示例程序来帮助你解决疑惑
  • 提交缺陷:在确保使用最新版本依然存在问题时请尽量以简洁的语言描述清楚复现该问题的步骤并提交 issue
  • 功能建议:如果你有什么好的想法或者提案,欢迎提交 issue 与我们交流
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].