Awesome
mouse-tracker
A mouse tracker for vpuppr.
Uses mouse-rs via GDNative to poll a user's mouse position.
Building
- Install the latest stable Rust toolchain
- Install Python 3.8+
- Run
python3 setup.py --setup
Using with vpuppr
Prebuilt release
- Download the latest release
- Find vpuppr's resource folder (usually located next to the executable)
- Unzip the contents of the prebuilt release into
resources/extensions/mouse-tracker/
. Create the folder if it does not exist - Use the tracker in the app!
Manual build
- Find vpuppr's resource folder
- Create a new folder at
resources/extensions/mouse-tracker/
- Copy the following folders and files to that new directory
./mouse-poller/
./translations/
mouse_tracker.gd
gui.gd
config.toml
- Use the tracker in the app!