https://github.com/owtysm2/cuoreui
The FREE WinForms UI Library ∙ Stretch WinForms to its modern glory!
https://github.com/owtysm2/cuoreui
bunifu cui cuoreui guna gunaui owtysm siticone telerik ui ui-library winforms winforms-ui
Last synced: 5 months ago
JSON representation
The FREE WinForms UI Library ∙ Stretch WinForms to its modern glory!
- Host: GitHub
- URL: https://github.com/owtysm2/cuoreui
- Owner: owtysm2
- License: unlicense
- Created: 2025-09-19T15:48:48.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-28T07:11:58.000Z (9 months ago)
- Last Synced: 2025-09-28T09:12:30.264Z (9 months ago)
- Topics: bunifu, cui, cuoreui, guna, gunaui, owtysm, siticone, telerik, ui, ui-library, winforms, winforms-ui
- Language: C#
- Homepage: https://cuoreui.netlify.app/
- Size: 10.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

>  [Fluent Icons](https://github.com/microsoft/fluentui-system-icons) used in this project are licensed under the [](https://mit-license.org/) (MIT license @ https://mit-license.org).
---
#  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 [ Issues](https://github.com/owtysm2/CuoreUI) page!
> [ The master branch](https://github.com/owtysm2/CuoreUI) is usually ahead of the latest [ NuGet package](https://www.nuget.org/packages/CuoreUI.Winforms/) in terms of changes made.
## 🗿 Why use Cuore
> CuoreUI Showcases is not out yet.

**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.
---
## 🔧 Installation
###  Nuget
The official NuGet page is called [CuoreUI.Winforms](https://www.nuget.org/packages/CuoreUI.Winforms)
>[!TIP]
> To install using the Package Manager Console: `Install-Package CuoreUI.Winforms`
### 📦 Add to toolbox from .DLL file
> Follow our **Step-by-step guide:  [Load CuoreUI.dll from toolbox](./.github/load-into-toolbox.md)**
---
## 📜 Documentation
*Documentation, documentation. Ah yes, the documentation..*
.. We currently don't provide any documentation for the project
There is, however, ongoing work towards writing the docs.
---
## 📅 Versioning
We use CalVer, please refer to  [/.github/versioning.md](https://github.com/owtysm2/CuoreUI/blob/master/.github/versioning.md) for more info.