An open API service indexing awesome lists of open source software.

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.

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