init: ShowenV2 项目骨架 — 数字生命窗口平台
- core/ 跨平台内核骨架 (Plugin trait, Message, ServiceManager, Config) - plugins/ 空桩 (video, http, ble, screen, wifi) - PROGRESS.md 进度跟踪, TEAM.md 团队档案 - cargo check 零 warning 通过 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
9
src/lib.rs
Normal file
9
src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! ShowenV2 — 数字生命窗口平台
|
||||
//!
|
||||
//! 跨平台插件架构,支持全息/VR/AR/屏幕显示,
|
||||
//! 承载虚拟宠物、数字人、AI歌姬、3D模型等数字生命内容。
|
||||
//!
|
||||
//! 核心理念:平台不关心内容是什么,插件决定一切。
|
||||
|
||||
pub mod core;
|
||||
pub mod plugins;
|
||||
Reference in New Issue
Block a user