https://github.com/sh1ftd/mouse-polling-rs
A lightweight mouse polling rate monitor for Windows written in Rust.
https://github.com/sh1ftd/mouse-polling-rs
mouse mouse-tracking polling-rate
Last synced: about 1 year ago
JSON representation
A lightweight mouse polling rate monitor for Windows written in Rust.
- Host: GitHub
- URL: https://github.com/sh1ftd/mouse-polling-rs
- Owner: sh1ftd
- License: mit
- Created: 2025-03-28T03:34:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T10:01:12.000Z (about 1 year ago)
- Last Synced: 2025-04-08T10:31:54.387Z (about 1 year ago)
- Topics: mouse, mouse-tracking, polling-rate
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mouse-polling-rs
A lightweight mouse polling rate monitor for Windows written in Rust.
## Features
- Real-time mouse polling rate monitoring
- Visual graph display
- Statistics tracking (current, average, maximum)
- Mouse position coordinates
## Requirements
- Windows OS
- Rust toolchain (for building only)
## Building from Source
---bash
git clone https://github.com/sh1ftd/mouse-polling-rs.git
cd mouse-polling-rs
cargo build --release
---
## Usage
Download from releases and run the executable.
## Credits
Built with:
- [Rust](https://www.rust-lang.org/)
- [Ratatui](https://github.com/ratatui-org/ratatui) - Terminal UI framework