Modern, easy way to create Widgets for your Desktop.
DropMeter is a software that allows for desktop widgets to be built with the well-known and loved Web Stack, making use of the latest Web Technologies.
Think Rainmeter, but with richer and easier to make widgets.
I wouldn't say a replacement, per see. Rainmeter was initially releasen back in 2001, and it excels at rendering widgets with low resource usage. However, times have changed, and with the new design trends, many crave for more interactive, responsive and intelligent widgets. That's where DropMeter comes in. I personally like to combine both, running clocks and audio visualizers on RainMeter and my fancy things on DropMeter.
Probably yes! But if you cannot, don't worry, we are paving the way to enable you to do it. Like RainMeter, DropMeter is built on plugins that can send and receive data from widgets. However, there is an essential difference: All DropMeter Plugins are built with C#, and thus Garbage Collected, therefore making it extremely difficult to have memory leaks and such. If you are a Developer, don't worry, we have built things so that using our fancy plugin system is as easy as requiring libraries available in NuGet (for plugins) / npm (for Widgets; of course with TypeScript definitions, we are decent people after all) and extending an interface / registering your callbacks. We even have a built-in WebNowPlaying Plugin, so you don't need to make that extra effort to display your songs information.
I wouldn't worry: Our runtime is pretty optimized, and seems to be able to handle things quite smoothly. Testing on my machine with my word-by-word lyrics widget (quite heavy, uses React, Framer Motion animations and an interval-based tick system) tops usage at 1% CPU and 79MB on RAM.
Happy you are excited! I am currently finishing stuff for our release, but you soon will be able to get it from a link I will post here.