- Add `gl.rs` for OpenGL ES 2.0 and EGL context management. - Introduce `mod.rs` to organize Live2D plugin modules. - Create `model.rs` for loading and managing Cubism models, including parameter handling and drawable data extraction. - Implement shader compilation and rendering context setup for Live2D models.
18 lines
303 B
Plaintext
18 lines
303 B
Plaintext
target/
|
||
.claude/
|
||
*.swp
|
||
*.swo
|
||
*~
|
||
extern/
|
||
# 模型文件不进 git,只保留下载链接在 model_manager.rs 清单里
|
||
model_download/
|
||
model_store/
|
||
# Live2D 模型文件不进 git(体积大,部署时单独下载到设备)
|
||
configs/live2d/
|
||
# 测试脚本
|
||
.test_*.sh
|
||
.chat_req.json
|
||
.commit_msg.txt
|
||
|
||
|