A Windows application that allows you to display multiple GIFs on your screen with various control options.
- Display multiple GIFs simultaneously on screen
- Borderless GIF windows with transparent backgrounds
- Click-through capability (mouse events pass through to windows underneath)
- Drag GIFs to reposition them on screen
- Toggle between clickable and click-through modes
- Close all GIFs with a keyboard shortcut (Ctrl+Q)
- Manager window to control all GIF overlays
-
Run the application:
run the .exe file
To build a standalone executable:
run build.bat
The executable will be created in the dist folder.
- Open the GIF Overlay Manager
- Click "Load GIF" to select GIF files
- Select a GIF from the list and adjust scale if needed
- Click "Show Selected" to display the GIF
- Use the checkbox to toggle click-through mode
- Drag GIFs with left mouse button to reposition
- Press Ctrl+Q to close all GIFs at once
- Fix scaling