usdz

Crates.iousdz
lib.rsusdz
version0.0.1
sourcesrc
created_at2022-12-31 21:42:23.096098
updated_at2023-01-01 07:17:09.049105
descriptionUSDZ file format parser
homepage
repositoryhttps://github.com/richardanaya/usdz.rs
max_upload_size
id748588
size29,177
RICHΛRD ΛNΛYΛ (richardanaya)

documentation

README

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
Commit count: 15

cargo fmt