not-yet-awesome-rust / not-yet-awesome-rust

A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community.
The Unlicense
1.32k stars 41 forks source link

USD bindings dont exist #80

Open jlgerber opened 4 years ago

jlgerber commented 4 years ago

USD is Pixar's open source, Universal Scene Description format and api. USD is emerging as the standard scene description format and api used in vfx....

ErichDonGubler commented 4 years ago

This sounds like a wonderful addition! What would suggest be used as a reference when implementing this? I'm actually not familiar with USD at all.

jlgerber commented 4 years ago

The c++ api lives here https://github.com/PixarAnimationStudios/USD One can use a data set like https://disney-animation.s3.amazonaws.com/uploads/production/data_set_asset/2/asset/Moana_Island_Scene_f2.pdf to test against.