cvkg-render-native 0.1.17

Cyber Viking Kvasir Graph (CVKG) - High-fidelity agentic UI framework
Documentation

cvkg-render-native

cvkg-render-native provides OS-level integration for CVKG applications on Desktop (Linux, Windows, macOS).

🚀 Quick Start

use cvkg_render_native::run_app;
use cvkg_components::{Text, VStack, Button};
use cvkg_core::View;

fn main() {
    run_app(