# Exdui4.1R **Repository Path**: null_393_3615/Exdui4.1R ## Basic Information - **Project Name**: Exdui4.1R - **Description**: ExDirectUI - Windows平台轻量DirectUI框架 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 61 - **Created**: 2021-12-04 - **Last Updated**: 2021-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ExDUIR ======= ## 简介 Windows平台轻量DirectUI框架。绘制引擎是DirectX。 a UI engine for c++ (windows) 。 本项目基于ExDirectUI 4.1.18开源版重写。 ## 相对于原版的改进 请查阅[更新日志](CHANGELOG.txt) ## 问题反馈&帮助 * 交流QQ群: 214406227 * ExDUI官方文档:https://docs.exdui.org * 提交反馈:[Gitee issues](https://gitee.com/william_lzw/ExduiR/issues) 或者 [GitHub issues](https://github.com/laizewei/ExduiR/issues) ## 编译 目前支持以下两种方式编译: * Visual Studio 2019 或更高版本。 工程文件Exdui5.sln。包含以下项目: * dll: 可编译兼容原版ExDirectUI的动态库。 -> libexdui.dll * libexdui: 编译为静态库。 -> exdui.lib * test: 测试工程。 * CMake。只支持MSVC编译器。 ## Demo (部分图片为ExDUI原版) ### apng_background: ![image](https://raw.githubusercontent.com/laizewei/ExduiR/master/demo_image/demo_apng_background.png) ### Animate button: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_Animate%20Button.png) ### checkbox and radio page: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_checkbox_radio_page.png) ### Gaussian blur and Transparent text box: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_Gaussian%20Blur%20and%20Transparent%20text%20box.png) ### combox: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_combox.png) ### image list: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_image_list.png) ### line chart and bar chart: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_linechart_barchart.png) ### list: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_list.png) ### menubutton: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_menubutton.png) ### reportlist: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_reportlist.png) ### slider: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_slider.png) ### switchbutton: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_switchbutton.png) ### tab: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_tab.png) ### treelist: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_treelist.png) ### webview-miniblink: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_webview-miniblink.png) ### echart1: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_echart1.png) ### echart2: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_echart2.png) ### echart3: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_echart3.png) ### echart4: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_echart4.png) ### echart5: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_echart5.png) ### music box: ![image](https://raw.githubusercontent.com/laizewei/Exdui4.1R/master/demo_image/demo_music_box.png)