Add a color picker to a WPF desktop app without building one from scratch.
Display an animated GIF inside a Windows desktop application.
Show and edit object properties in a panel using a built-in property grid component.
Build a WPF app with more polished controls than the default Microsoft toolkit provides.
| handyorg/handycontrol | louthy/language-ext | quartznet/quartznet | |
|---|---|---|---|
| Stars | 7,044 | 7,048 | 7,038 |
| Language | C# | C# | C# |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Visual Studio 2022 and .NET 4.0 or higher, primary documentation is in Chinese.
HandyControl is a library of ready-made interface components for building Windows desktop applications using WPF, which stands for Windows Presentation Foundation. WPF is a Microsoft framework that C# developers use to create desktop programs with windows, buttons, dialogs, and other visual elements. Rather than building every interface piece from scratch, developers can pull in this library and get a collection of pre-built controls that are more polished or have features not included in the default WPF toolkit. The library includes components like a color picker (so users can visually select a color), a flip clock display, a property grid (for showing and editing object properties in a panel), animated GIF support, and layout controls like a relative panel. These are the kinds of interface elements that appear frequently in desktop software but that WPF does not provide out of the box, or provides only in a basic form. Installation is through NuGet, the standard package manager for .NET projects. The library requires .NET version 4.0 or higher and is built with the latest C# version. Development is done in Visual Studio 2022. The project has a strong Chinese-language community and the primary documentation is in Chinese, hosted at handyorg.github.io/handycontrol. An English README is available in the repository but the documentation site is in Chinese. The repository is also mirrored on Gitee, which is a Chinese code hosting platform similar to GitHub. There is a Slack group for Chinese-speaking users. The project has attracted contributions from many developers over time. The full README is longer than what was shown.
A collection of polished, ready-to-use interface components for Windows desktop apps built with WPF (C#), including a color picker, flip clock, animated GIF support, and a property grid not found in the default toolkit.
Mainly C#. The stack also includes C#, .NET, WPF.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.