Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 997 Bytes

File metadata and controls

46 lines (33 loc) · 997 Bytes

Bi-Kanpe

A bidirectional cue card system for event management with WebSocket-based real-time communication between director (server) and casters (clients).

Features

  • Director Mode: Send cue cards to multiple casters with priority levels
  • Caster Mode: Receive cue cards and send feedback to the director
  • Virtual Monitors: Route messages to specific virtual displays
  • StreamDeck Integration: Control feedback and reactions directly from StreamDeck

Prerequisites

  • Rust 1.70+
  • Node.js 16+

Build & Run

Main Application

Development mode:

cd app
bun install
bun run tauri dev

Production build:

cd app
bun run tauri build

StreamDeck Plugin

Build the StreamDeck plugin:

cd streamdeck-plugin
bun install
bun run build

Documentation