libdui 0.1.0.3
dotnet add package libdui --version 0.1.0.3
NuGet\Install-Package libdui -Version 0.1.0.3
<PackageReference Include="libdui" Version="0.1.0.3" />
paket add libdui --version 0.1.0.3
#r "nuget: libdui, 0.1.0.3"
// Install libdui as a Cake Addin #addin nuget:?package=libdui&version=0.1.0.3 // Install libdui as a Cake Tool #tool nuget:?package=libdui&version=0.1.0.3
This library exposes a Win32 control that provides all the boilerplate associated with using the Direct2D API. 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- libdui.redist (>= 0.1.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Release of DirectUI 0.1 libraries