Skip to content

A parser of USDZ file format in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

richardanaya/usdz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USDZ Rust Parser

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

What is USDZ

USDZ is a file format for 3D models. It is a zip file containing a USD file and resources (images, etc). The USD file is a text file that describes the 3D model. The resources are the textures and other files that the USD file references. Example:

#usda 1.0

def Xform "hello"
{
    def Sphere "world"
    {
        
    }
}

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

About

A parser of USDZ file format in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published