An xrizer GUI app for Monado VR bindings
  • TypeScript 82%
  • Rust 15.1%
  • CSS 1.9%
  • JavaScript 0.8%
  • HTML 0.2%
Find a file
2026-04-01 14:22:16 +02:00
.claude feat: icon 2026-03-18 10:21:10 +01:00
dist fix: version number in app 2026-04-01 14:19:58 +02:00
samples Initial commit 2026-03-17 17:13:01 +01:00
src fix: version number in app 2026-04-01 14:19:58 +02:00
src-tauri fix: version number in app 2026-04-01 14:19:58 +02:00
.gitignore feat: rpm build config 2026-03-18 02:10:13 +01:00
index.html Initial commit 2026-03-17 17:13:01 +01:00
package-lock.json Initial commit 2026-03-17 17:13:01 +01:00
package.json fix: version number in app 2026-04-01 14:19:58 +02:00
postcss.config.js Initial commit 2026-03-17 17:13:01 +01:00
README.md fix: readme description issue 2026-04-01 14:22:16 +02:00
screenshot.png feat: icon 2026-03-18 10:21:10 +01:00
tailwind.config.js Initial commit 2026-03-17 17:13:01 +01:00
tsconfig.json Initial commit 2026-03-17 17:13:01 +01:00
tsconfig.tsbuildinfo feat: icon 2026-03-18 10:21:10 +01:00
vite.config.ts Initial commit 2026-03-17 17:13:01 +01:00

xrBind

A visual VR controller binding editor for Xrizer.

Screenshot

About

xrBind provides a graphical interface to create and edit SteamVR/xrizer controller input bindings — mapping physical controller inputs to game actions without touching JSON files.

Features

  • Visual controller diagrams for each hand
  • Support for multiple controllers (Meta Quest, Oculus Touch, HTC Vive Wand, Index Controllers)
  • Game browser with auto-detection of installed VR games
  • Mirror mode for symmetric left/right hand bindings
  • Drag-and-drop file support
  • Raw JSON viewer for advanced editing

Getting Started

Prerequisites

Development

npm install
npm run tauri:dev

Build

npm run tauri:build

License

MIT