Info
Version: | 0.1.0.3 |
Author(s): | Chris Lamberson |
Last Update: | Tuesday, December 3, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://dui.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/libdui |
Install
Install-Package libdui
dotnet add package libdui
paket add libdui
libdui Download (Unzip the "nupkg" after downloading)
Dependencies
- libdui.redist(0.1.0.3)
Tags
This includes setup/teardown of a factory and render target for the control's device context, and notifications sent to the parent window for specific events.
DirectUI tries to stay out of your way, and exposes no features beyond what you need to get Direct2D running smoothly. It was inspired by the undocumented DIRECTUIHWND that Microsoft uses in it's own software.
DirectUI is C89, so there's no frills; it's about as minimal as it gets.