2 releases

0.0.1 Jan 1, 2023
0.0.0 Dec 31, 2022

#121 in #zip

25 downloads per month

MIT/Apache

17KB
490 lines

Contains (Zip file, 1KB) src/test_usdz/basic.usdz

USDZ Rust Parser

This project is meant to be a USDZ parser for the web projects written in WebAssembly.

How to create a USDZ file

  1. Create a directory of USD files and resources.
  2. Zip the directory zip -0 -R my_file.zip usdz_directory
  3. Rename my_file.zip to my_file.usdz

Dependencies

~1MB
~17K SLoC