init: project scaffold

This commit is contained in:
2026-05-27 00:49:56 +08:00
commit d430655541
9 changed files with 242 additions and 0 deletions

31
.project.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "FreeMoCap 源码解析",
"description": "开源动捕系统源码深度解析:多摄像头三角化 + MediaPipe pose + Blender 导出全链路",
"status": "active",
"kind": "analysis",
"created": "2026-05-27",
"urls": [],
"ports": [
{
"port": 4720,
"label": "dev",
"fixed": true
}
],
"worklog": {
"path": ".memory/worklog.json",
"auto": true
},
"ownership": "personal",
"source": {
"upstream": "https://github.com/freemocap/freemocap",
"path": "source/",
"last_sync": "2026-05-27",
"version": "v1.8.2"
},
"analysis": {
"path": ".memory/source-analysis.md",
"version": "v1.8.2",
"last_updated": "2026-05-27"
}
}