
Open-Source Widget application for Windows 10 and Windows 11
Report Bug
·
Request Feature
·
Submit Widget
WinWidgets makes web-based desktop widgets easy to develop. Using HTML
, CSS
, and JavaScript
create your own Windows 11 widgets on the fly.
This is what makes this project interesting:
- 🧰 Focus on creating your widgets with all the usual web tools to your disposal
- 👆 Develop complex widgets using a high-level programming language (JS)
- 🖱️ Develop your widgets from anywhere then simply drag and drop to easily port it over
- ⌨️ Have better control over your widget's window with built-in front-end tags
As of >= v1.5.0
all dependencies are automatically installed through the official installer.
List of dependencies required for < v1.5.0
. Make sure all of these are installed:
- .NET Framework 4.7.2
- Microsoft Visual C++ 2015-2019
Download the latest version of WinWidgets through the release page of this repository.
Simply fork or clone the project then open the solution file. Go ahead and build then run the Software.
If you want to make your own installers for distribution: There is a script called SETUP.iss
to help package the Software as an installer.
- Visual Studio Community 2022 (or equivalent)
- InnoSetup (Optional - for generating the installer)
Note: I will not accept installer files. Make your PRs and I will personally compile it for distribution.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Add yourself to the CONTRIBUTORS.txt file
- Open a Pull Request
Many thanks to these projects for their super useful resources 😄