Crate glitcher

Crate glitcher 

Source
Expand description

§Glitcher

Real-time visual effects engine for VJ performance.

This is the main entry point for the Glitcher library, providing a unified API for building visual effects applications.

§Quick Start

[dependencies]
glitcher = "0.1"

§Feature Flags

  • full - Enable all optional features
  • audio - Audio analysis and beat detection
  • texture - Texture loading and management
  • input - MIDI and gamepad input handling
  • timing - Beat synchronization and timing
  • sdk - Plugin development SDK

Re-exports§

pub use glitcher_core as core;
pub use glitcher_api as api;

Modules§

prelude