2 Commits
v0.2 ... main

Author SHA1 Message Date
9afad5fdf9 Fixed typos... :c 2026-02-28 19:14:16 +00:00
93f2c9dfcd Updated README.md to clarify false positive on Windows Defender Screen. 2026-02-28 19:14:16 +00:00
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.venv/
OSCWalker.spec

View File

@ -2,6 +2,12 @@
Extremely simple program that allows to track inputs from a Wii Balance Board into steps in VRChat using OSC.
## Windows Defender Screen
**The application has to detect inputs at all times and while the window is unfocused in order to ensure movement reliability.<br>
Because of this, Windows Defender gets a bit scared, as there is an application that is "technically recording all inputs".<br>
While this is "technically true", none of these inputs gets saved anywhere. Have a look at the code. It's only checking if certain buttons are pressed.**
## Requirements
### Currently only works/tested with Windows. Have not tested with Linux, and I am not 100% certain that WiiBalanceWalker works on Linux.