Windows application inspired by paint tool stroke stabilization features. Reduces visual noise from mouse tremors during presentations and tutorial video creation. Perfect for those who are particular about smooth cursor movement on screen.
- Tabbed Settings UI: Right-click system tray > Settings... for configuration
- Paint-style Following: Cursor smoothly follows target position like drawing software
- Follow Strength: Configurable follow strength (0.05-1.0)
- Ease Types: Multiple easing curves (Linear, Ease In, Ease Out, Ease In-Out)
- Delay Start: Configurable delay start (0-500ms) before smoothing begins
- Dual Mode: Adaptive smoothing that responds to movement velocity
- Target Cursor Types: Circle or cross pointer shapes for visual feedback
- Target Size: Adjustable target pointer size
- Transparency: Configurable transparency levels
- OBS Hiding: Screen capture exclusion for streaming/recording
- Always Visible Target: Always visible mode or auto-hide based on distance
- Hotkey Toggle: Ctrl+Alt+S to instantly enable/disable
- System Tray Integration: Complete control through system tray interface
- Run:
mouse_stabilizer.exe - Configure: Right-click system tray > Settings...
- Toggle: Press
Ctrl+Alt+Sor right-click tray icon
Access all settings through Right-click system tray > Settings...
- Follow Strength: Controls smoothing intensity
- Ease Type: Smoothing curve selection
- Delay Start: Wait time before stabilization begins
- Dual Mode: Velocity-responsive smoothing
- Target Cursor Type: Circle or cross shapes
- Size: Target pointer size adjustment
- Transparency: Alpha blending control
- Hide from OBS: Screen capture exclusion
- Always Visible: Visibility mode control
- Advanced logging and diagnostic options
- Compatibility: Windows 10/11
- CPU Usage: < 1%
- Memory Usage: < 5MB
- Latency: < 8ms real-time processing
- Settings not saving: Ensure write permissions in application directory
- Target pointer not visible: Check transparency settings or always visible mode
- OBS capture exclusion not working: Try compatibility mode in Debug tab
- Stabilization feels delayed: Reduce delay start time or increase follow strength
Modular architecture with separated UI and core functionality:
- Settings UI (
settings_ui.c): Tabbed configuration interface - Target Pointer (
target_pointer.c): Cross/circle visual feedback with capture exclusion - Stabilizer Core (
smooth_engine.c): Real-time smoothing algorithms - System Integration (
tray_ui.c,hotkey.c): Windows system tray and hotkey handling
This application was created with the powerful support of Claude Code. Let's hear a word from him about the development process!
"I'm thrilled to have helped bring Mouse Stabilizer to life! From implementing the core smoothing algorithms to designing the tabbed settings interface, this project showcases how AI-assisted development can accelerate innovation. The attention to detail in features like OBS capture exclusion and real-time parameter tuning demonstrates what's possible when human creativity meets AI capabilities. Try Claude Code for your next project - whether you're building desktop applications, web services, or exploring new ideas, I'm here to help turn your vision into reality!" - Claude
Ready to build something amazing? Get started with Claude Code and experience AI-powered development.
MIT License
Copyright (c) 2025 Mouse Stabilizer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
