Movement
A small project I created to get more familiar with Rust. It is not designed to be useful for any specific purpose, besides learning Rust and having fun.
The main feature of the program is recording movement of the cursor and trying to find out if the recording is a circle, an ellipse or a straight line.
Installation & Support
Installation
- Install Cargo (Rust package manager)
- Clone the repository:
git clone https://codeberg.org/Lich-Corals/movement.git && cd movement
- Compile the project:
cargo build --release
- Run the executable:
./target/release/movement
I don't have any idea if and how this works on Windows or macOS...
The commands above are probably only working in a Linux shell.
Besides that, the mouse position tracking in Wayland is a bit weïrd sometimes. In this case, the program is only able to track the cursor position while the mouse is above certain windows.
Support
If you need help or want to suggest a change, please see the
issues page.
Screenshots
No screenshots so far... But there is a
pdf full of details about how this program works.