Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RobinPerris/DarkUI

Dark themed control and docking library for .NET WinForms.
https://github.com/RobinPerris/DarkUI

c-sharp docking docking-application docking-library dotnet dotnet-framework net-winforms visual-studio visual-studio-themes windows windows-desktop windows-forms winforms

Last synced: about 2 months ago
JSON representation

Dark themed control and docking library for .NET WinForms.

Awesome Lists containing this project

README

        

## DarkUI
Dark themed control and docking library for .NET WinForms.

### 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](http://www.darkui.com).

### Attribution

Special thanks to the team over at [Ascension Game Dev](https://www.ascensiongamedev.com/) 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](https://github.com/RobinPerris/DarkUI/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](http://www.darkui.com/images/editor.png)

Lua script editor

![Lua script editor](http://www.darkui.com/images/lua.png)

Example docking application

![Example docking application](http://www.darkui.com/images/docking.png)

Controls preview

![Controls preview](http://www.darkui.com/images/controls.png)