usdz 0.0.1

USDZ file format parser
Documentation
  • Coverage
  • 0%
    0 out of 25 items documented0 out of 4 items with examples
  • Size
  • Source code size: 29.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.55 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • richardanaya/usdz
    6 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • richardanaya

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