Like in real life, the raindrops look longer in motion.
This app is easy on resources.
- Bites less than 1% of CPU and GPU on my 2024 M4.
- Memory footprint is less than 15 MB.
- 12 h Average Energy Impact is about 0,01.
git clone https://github.com/maribotto/MyRainApp && cd MyRainApp
./compile.sh
mkdir -p MyRainApp.app/Contents/MacOS
mkdir -p MyRainApp.app/Contents/Resources
cp Info.plist MyRainApp.app/Contents/
cp AppIcon.icns MyRainApp.app/Contents/Resources/
swiftc MyRainApp.swift -o MyRainApp.app/Contents/MacOS/MyRainApp\
-framework AppKit -framework CoreVideo -framework CoreGraphics
Double-click MyRainApp.app.
Tip
Add to System Settings -> General -> Login Items & Extension to launch on login.
Right-click on the app icon to quit.

