Clarify next release features in README

Updated the README to clarify planned features for the next release.
This commit is contained in:
Syoyo Fujita
2025-12-25 00:09:21 +09:00
committed by GitHub
parent 64bfb27c02
commit 0011b4ea8f

View File

@@ -29,11 +29,12 @@ More on the status: https://github.com/lighttransport/tinyusdz/blob/release/doc/
## Next release(Early 2026 planned)
* We plan to use C++17 by default: https://github.com/lighttransport/tinyusdz/issues/220
* JS/WASM binding
* Better JS/WASM binding
* MCP(ModelContextProtocol) support
* USDJ(JSON representation of USD)
* Scripting USD with JavaScript(using embedded JS runtime(QuickJS-ng))
* Various optimization
* Various optimization, memory usage reduction
* Timesamples dedup support
* Better animation(TimeSamples) support https://github.com/lighttransport/tinyusdz/tree/skinning
* MaterialX support https://github.com/lighttransport/tinyusdz/tree/mtlx-2025
* USDC writer(experimental) https://github.com/lighttransport/tinyusdz/issues/261