A suite of component similar to the Fluent Design System in Microsoft Windows 11. Components & Units are made in Delphi
This Delphi library was made in Embarcadero Delphi Community Edition 10.4.
You may fork this branch as long as as the original source is propperly credited
While these components are very powerfull, customizable, and are still in use by lot of projects, please be advised this library is a project I started many years ago and the code I've written is not the best. While I ocasionally update the library to fix bugs, make some patches and maybe add something new, this library is not in active development anymore. Currently, my primary visual-library project I have is the Codrut-Fluent-Design-System. Which is another visual library with more up-to-date code and consistent design. The controls are a little bit less customizable as they follow a certain design guideline, the Windows 11 WinUI3 design specifically.
- CButton - a powerfull extremely customizable button
- CStarRate - a rating item with stars, values can be set to any maximum and minimum value
- CSplashScreen - a splash screen for programs, similar to the UWP app one
- CProgress - a customizable progressbar with multiple states & animations
- CSlider - a integer value slider
- CImage - a image viewing component with image smoothing, gif playback and picture fit settings(Fill, Center, Fit, etc.)
- CStandardIcon - a component displaying a collection of icons such as a checkmark, a star, a red x, etc.
- CChart - a animated pie chart with many customizabilit options
- CCheckbox - a animated checkbox with multiple styles, 3 states support and customizable colors / borders / radius / etc.
- CColorWheel - a color wheel for picking a color
- CColorBright - a brightness slider that works with the CColorWheel
- CColorBox - a box displaying a static color
- CPanel - a panel that can be synced to the accent color
- CMinimisePanel - a panel that can be minimised to take up less space
- CGlassBlur - a Aero effect that works with low-end machines and no external APIs required, supports real-time blur for drawing on top of other apps (like in the Popupmenu in the picture below)
- PNGComponents by TurboPack. From the GetIT Package Manager
- Units in the dependencies folder