Files
tinyusdz/sandbox/emscripten
Syoyo Fujita c1dbac76a2 Add ARKit blendshape targets literals.
Update sandbox/emscripten README.
2023-05-18 20:55:46 +09:00
..
2022-11-17 05:07:14 +09:00

How to build

Setup Emescripten toolchain.

https://emscripten.org/docs/getting_started/downloads.html

Then build TinyUSDZ with emcmake

$ cd <tinyusdz>/sandbox/emscripten
$ emcmake cmake -DCMAKE_BUILD_TYPE=Release -B build_em -S ../../

This just build a library. No example yet.

You can also look into <tinyusdz>/examples/sdlviewer. sdlviewer example has an option to built it with Emscripten.

EoL.