What is Blinc?
mainBlinc is a GPU-accelerated, reactive UI framework for Rust. It uses a declarative, component-based approach to build high-performance user interfaces. Key characteristics include:
- GPU-Accelerated Rendering: Powered by
wgpufor smooth 60fps animations and complex visual effects. - Declarative UI: A fluent, composable API inspired by SwiftUI.
- Reactive State: Automatic UI updates with fine-grained reactivity.
- Spring Physics: Uses spring dynamics for natural, physics-based animations instead of fixed durations.
- Cross-Platform Support: macOS, Windows, Linux, Android, iOS, and Web (WASM + WebGPU).