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 featuresaudio- Audio analysis and beat detectiontexture- Texture loading and managementinput- MIDI and gamepad input handlingtiming- Beat synchronization and timingsdk- Plugin development SDK
Re-exports§
pub use glitcher_core as core;pub use glitcher_api as api;