Skip to content

owtysm2/CuoreUI

Repository files navigation

CuoreUI Banner

Microsoft logo Fluent Icons used in this project are licensed under the License: MIT License (MIT license @ https://mit-license.org).


cui logo mini CuoreUI.Winforms

This is a C# .NET Winforms library with modern controls, components and forms.

Tip

Don't be afraid to report problems on the image Issues page!

image The master branch is usually ahead of the latest NuGet logo NuGet package in terms of changes made.

🗿 Why use Cuore

CuoreUI Showcases is not out yet.

CuoreUI Showcases: Message Dialog (UI)

UI Design

CuoreUI draws inspiration from web UI designs. Tries to support control animations, blur effects on controls, and rounded forms for a "modern" look.

CuoreUI binary size in comparison to other libraries

Lightweight (Data from Early July 2025)

While smaller in size than other competitors, it still packs similar features due to not being obfuscated and not having a license manager.

CuoreUI resource usage in "CuoreUI Showcases: Message Dialog" - Windows 10 Task Manager

Cautious with Resources

We dispose classes inheriting IDisposable, and use memory efficiently.

The UI is drawn with the CPU, so we make sure to optimize that too.


🔧 Installation

NuGet logo Nuget

The official NuGet page is called CuoreUI.Winformsimage

Tip

To install using the Package Manager Console: Install-Package CuoreUI.Winforms

📦 Add to toolbox from .DLL file

Follow our Step-by-step guide: GitHub logo Load CuoreUI.dll from toolbox


📜 Documentation

Documentation, documentation. Ah yes, the documentation..

.. We currently don't provide any documentation for the project


📅 Versioning

We use CalVer, please refer to image /.github/versioning.md for more info.