Dark themed control and docking library for .NET WinForms. Based on the original DarkUI package by Robin Perris
Go to file
2021-09-04 23:35:19 +01:00
.github/workflows dotnet build DarkUI.sln --configuration Release 2021-09-04 23:35:19 +01:00
DarkUI Update Package info to DarkUI.Net5 1.0.0 for publish to NuGet 2021-09-04 12:28:24 +01:00
Example Testing CI Build 2021-09-04 19:59:25 +01:00
.gitignore Added .idea to gitignore 2020-01-09 15:12:41 +00:00
DarkUI.sln how to fix error with .net4 after building for .net5.0-windows 2021-09-04 09:35:27 +01:00
icon-64.png Configured nuget package 2020-01-13 16:44:19 +00:00
LICENSE Re-licensing under MIT 2017-07-27 09:37:35 +01:00
nuget.config Update Package info to DarkUI.Net5 1.0.0 for publish to NuGet 2021-09-04 12:28:24 +01:00
README.md Update README.md 2021-09-03 21:05:43 +01:00
todo.txt Updated todo 2016-01-05 11:21:35 +00:00

DarkUI

Dark themed control and docking library for .NET WinForms. Based on the original DarkUI package by Robin Perris

About DarkUI

DarkUI is an attempt to create a simple, extensible control library which emulates the look and feel of popular tabbed document interfaces such as Visual Studio, Photoshop, WebStorm, and XCode. Originally just a collection of bug fixes and enhancements built on top of WinForms, it has now evolved in to a fully working docking and control library.

Check out our GitHub pages site.

Attribution

Special thanks to the team over at Ascension Game Dev for expanding the library to include DarkComboBox, DarkGroupBox, and DarkNumericUpDown.

How to use

The best way to learn how to use DarkUI is to check out the Example project included with the source code. It'll show you how to use the majority of the forms, controls, and docking components.

You can also read the GitHub project wiki. This contains all the information you need to get started as well as more detailed information and guides.

Screenshots

Game map editor

Game map editor

Lua script editor

Lua script editor

Example docking application

Example docking application

Controls preview

Controls preview