usdz 0.0.1

USDZ file format parser
Documentation
1
2
3
4
5
6
7
8
9
# 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`