berserker-0.1.15 is not a library.
berserker
berserker is the gaming/UI application built with CVKG framework featuring the Cyber Viking aesthetic.
๐ Quick Start
# Run the Berserker application
# Or use the CVKG CLI
๐ฎ Features
| Feature | Description |
|---|---|
| Cyber Viking UI | Immersive gaming interface with Norse mythology themes |
| Real-time Effects | Mjรถllnir lightning, fire, shatter animations |
| HUD System | Runic text display and performance monitoring |
| Interactive Demo | Hit-test demo for HID validation |
| Asset Pipeline | Integrated theme and asset management |
๐ Examples
Fire Demo
// Run the fire demo
cargo run --example berserker_fire_demo
Shatter Demo
// Run the shatter demo
cargo run --example shatter_demo
Hit Test Demo
// Run the hit test demo for HID validation
cargo run --example hit_test_demo
๐ ๏ธ Configuration
Themes
Located in themes/default.rs:
Assets
Place assets in the assets/ directory:
- Textures
- Models
- Sounds
- Fonts
๐จ Customization
Colors
use BerserkerTheme;
let theme = BerserkerTheme ;
๐ Related Documentation
- cvkg-components - UI components
- cvkg-render-gpu - GPU renderer
- cvkg-cli - CLI tool
- Main CVKG README - Project overview
๐ License
MIT License - see LICENSE-MIT