logging touchbar finger postition idk
  • Rust 89.4%
  • HTML 10.6%
Find a file
2026-07-17 23:56:04 +03:00
overlay feat: some kind of obs widget mb 2026-07-17 23:22:11 +03:00
src feat: some kind of obs widget mb 2026-07-17 23:22:11 +03:00
.gitignore feat: initial yk 2026-07-17 21:30:38 +03:00
Cargo.lock feat: some kind of obs widget mb 2026-07-17 23:22:11 +03:00
Cargo.toml feat: some kind of obs widget mb 2026-07-17 23:22:11 +03:00
README.md feat: readme.md 2026-07-17 23:56:04 +03:00

terranova

reads finger position on the touchpad via MultitouchSupport.framework (macOS only!!) and pipes it wherever you want

binaries

  • terranova - console output of contact coordinates/size, live
  • padrenderer - a window with a dot per finger
  • obswidget - websocket (ws://127.0.0.1:9527), sends {"fingers":[...]}
cargo build --release

obs

  1. run obswidget
  2. in OBS: Add Source -> Browser -> [V] Local file -> overlay/index.html
  3. background is already transparent, nothing else to enable, to customise just edit da .html