Fluent Icons used in this project are licensed under the
(MIT license @ https://mit-license.org).
This is a C# .NET Winforms library with modern controls, components and forms.
Tip
The repository receives updates quicker than the
NuGet package and may contain unfinished code.
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.
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.
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.
The official NuGet page is called CuoreUI.Winforms
Tip
To install using the Package Manager Console: Install-Package CuoreUI.Winforms
Follow our Step-by-step guide:
Load CuoreUI.dll from toolbox
You can consider using
DeepWiki while official documentation is being worked on.
Documentation, documentation. Ah yes, the documentation..
.. We currently don't provide any documentation for the project
We use CalVer, please refer to /.github/versioning.md for more info.