Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lexz-08/novaui
An improved (hopefully) version of the CometUI.
https://github.com/lexz-08/novaui
csharp dark-ui dot-net dot-net-framework ui ui-framework windows
Last synced: about 1 month ago
JSON representation
An improved (hopefully) version of the CometUI.
- Host: GitHub
- URL: https://github.com/lexz-08/novaui
- Owner: Lexz-08
- Created: 2023-08-01T16:56:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-29T06:44:49.000Z (about 1 month ago)
- Last Synced: 2024-10-12T15:02:36.409Z (about 1 month ago)
- Topics: csharp, dark-ui, dot-net, dot-net-framework, ui, ui-framework, windows
- Language: C#
- Homepage: https://github.com/Lexz-08/NovaUI/
- Size: 405 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NovaUI
## Project Information
[![](https://img.shields.io/badge/.NET_Framework-4.8-blue)](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)
[![](https://img.shields.io/badge/build-passing-seagreen)](#)
[![](https://img.shields.io/badge/latest_version-5.4.18-goldenrod)](https://github.com/Lexz-08/NovaUI/releases/tag/5.4.18)## Description
An improved (hopefully) version of the [CometUI](https://github.com/Lexz-08/CometUI).## Controls
| Version Available | Control | Description |
|:-----------------:| ------- | ----------- |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Button | Performs an action when clicked. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | CheckBox | A toggleable control with text. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | FileInput | Used to select the full, valid path for files. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | FolderInput | Used to select the full, valid path for folders (or directories). |
| [2.0.9](https://github.com/Lexz-08/NovaUI/releases/2.0.9/download/NovaUI.dll) - [Latest][LINK_LATEST] | GroupBox | Groups a bunch of controls into a named category of functionality. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Input | Used to get text input from the user. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Label | Displays text. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | LinkLabel | Displays text with an embedded hyper-link that is activated when clicked. |
| [2.0.9](https://github.com/Lexz-08/NovaUI/releases/2.0.9/download/NovaUI.dll) - [Latest][LINK_LATEST] | Panel | Similar to the `GroupBox`, but without the title. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | PasswordInput | Used to mask user input, typically for passwords. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | PictureBox | Displays an image. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | ProgressBar | Displays progress status. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | RadioButton | A toggleable control with text but only one of many can be active at a time. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | RichInput | A multi-line text input. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Slider | Allows for number selection using a knob on a track. |
| [1.0.0][LINK_FIRST] - [4.4.18](https://github.com/Lexz-08/NovaUI/releases/download/4.4.18/NovaUI.dll) | TabControl | Groups different pages of interface elements together using tab buttons to change pages. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Toggle | A toggleable control without text. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | VSlider | Allows for number selection using a knob on a vertical track. |## Windows
| Version Available | Window Type | Description |
|:-----------------:| ----------- | ----------- |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Window | A re-styled window with support for two custom caption buttons. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | ToolWindow | A re-styled window without a minimize or maximize button with support for two custom caption buttons. |
| [3.0.11](https://github.com/Lexz-08/NovaUI/releases/3.0.11/download/NovaUI.dll) - [Latest][LINK_LATEST] | StrippedWindow | A re-styled window without a caption header, minimize button, maximize button, or close button. |## Download
[NovaUI.dll](https://github.com/Lexz-08/NovaUI/releases/latest/download/NovaUI.dll)[//]: # (Reference links to save data and make file more readable)
[LINK_FIRST]: https://github.com/Lexz-08/NovaUI/releases/1.0.0/download/NovaUI.dll
[LINK_LATEST]: https://github.com/Lexz-08/NovaUI/releases/latest/download/NovaUI.dll