Skip to content

The NETCore version of ExDUIR.NET supports nativeaot compilation. The compiled program can run on win7 and cannot be decompiled.

License

Notifications You must be signed in to change notification settings

williamlzw/ExDUIR.NETCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExDUIR

English

简介

Windows平台轻量DirectUI框架。ExDUIR的.net7框架封装。 .net framwork版本https://gitee.com/william_lzw/ExDUIR.NET

运行系统

win10+, win7 需要安装KB2670838补丁 .net7.0+

问题反馈&帮助

  • 交流QQ群: 214406227

编译

  • Visual Studio 2022 v17.5.0

特点

  • 绘制函数是DirectX11、Direct2D,效率比GDI高上百倍。
  • Unicode编码,支持多国语言。
  • 仿Windows消息机制,通过发送消息,分发通知给组件,兼容原生Windows消息和常量。win32 api写法,比类写法扩展性更灵活。
  • 调用方式采用Win32风格API方式,支持生成lib静态库和dll动态库。生成的动态链接库支持被其它语言如python、java、go、dephi、C#、VB、易语言等调用。
  • 扩展组件自由灵活,引擎处理底层逻辑。用户只需编写绘制代码,不需要考虑复杂的消息处理。
  • 目前支持组件有按钮、开关、单选框、选择框、编辑框、富文本编辑框、列表框、报表列表、模板列表、分组框、组合框、菜单、树形框、滑块、单选框、选择框、选项卡、加载动画框、旋转图片框、页面、图片框、消息框、图标列表、列表按钮、工具条、状态条、日期框、调色板、颜色选择器、标题框、月历框、分数按钮、cef3浏览框、鼠标绘制板,可以在这些组件基础上超类化扩展组件。
  • 支持布局,布局可以在窗口尺寸改变情况下自动更新组件位置。目前支持的布局有绝对布局,相对布局、线性布局、流式布局、表格布局。用户可以扩展布局。
  • 支持GIF格式图片自动播放动画,支持图片格式PNG、JPEG、BMP、GIF、WEBP。窗口或组件都可以用以上格式图片做背景图。
  • 支持34种缓动特效,用户可以自由编写窗口缓动或组件缓动特效。用户可以扩展缓动算法。
  • 窗口支持异型窗口,图片形状窗口。窗口和组件支持0到255透明度。支持高斯模糊。
  • 编辑框支持富文本,支持加载RTF格式文档。
  • 窗口或组件支持接收拖曳文件或文本。
  • 支持模态窗口。
  • 支持限制区域消息通知。
  • 支持net7.0 nativeaot,可以编译为win32二进制exe不能被反编译,运行不依赖.net环境,可以运行在win7。

Nativeaot编译

  • 创建.net 7.0控制台应用,改为windows应用,项目文件PropertyGroup节点添加<PublishAot>true</PublishAot>
  • 框架只能依赖Microsoft.NETCore.App,不能有WinForm窗口,不能有自定义资源文件Resources.resx。只能是64位编译。

Demo

demo code:

image

demo all:

image

demo nativeaot:

image

button:

image

combobox:

image

custombackground:

image

easing:

image

edit:

image

groupbox:

image

irregular shape window:

image

label:

image

layout absolute:

image

layout flow:

image

layout linear:

image

layout relative:

image

layout table:

image

listbutton:

image

listview:

image

navbutton:

image

radio and checkbox:

image

reportlistview:

image

iconlistview:

image

treeview:

image

modal:

image

matrix:

image

buttonex:

image

editex:

image

custommenu:

image

eventdispatch:

image

loading:

image

sliderbar:

image

rotatebox:

image

drag obj:

image

progressbar

image

notify obj

image

titlebar

image

datebox

image

colorpicker

image

scorebutton

image

carousel

image

template listview

image

drawingboard

image

propertygrid

image

mediaplayer

image

svg and font

image

rollmenu

image

trayicon

image

winform:

image

cefsharp browser:

image

login demo

image

demo taggingboard:

image

About

The NETCore version of ExDUIR.NET supports nativeaot compilation. The compiled program can run on win7 and cannot be decompiled.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages