Update README.md

This commit is contained in:
Syoyo Fujita
2025-07-14 10:38:31 +09:00
committed by GitHub
parent 48c4b41f26
commit f1b066b5d9

View File

@@ -23,7 +23,14 @@
* JS/WASM binding of TinyUSDZ. https://github.com/lighttransport/tinyusdz/tree/release/web
More on the status: https://github.com/lighttransport/tinyusdz/blob/release/doc/status.md
## Branches
* `release` Release branch
* `dev` Develop branch(merged into `release` after feature freeze and testing)
* Basically, use `dev` branch to submit PR
* `npm` Branch for NPM packaging&upload(developer only)
## High priority
* Support MCP interface for AI agents: https://github.com/lighttransport/tinyusdz/issues/243