usd

Crates.iousd
lib.rsusd
version0.0.9
sourcesrc
created_at2020-09-18 12:36:00.929265
updated_at2020-12-21 00:43:58.38483
descriptionRust bindings for USD
homepage
repositoryhttps://github.com/luke-titley/usd-rs
max_upload_size
id290100
size47,189,635
Eric Ball (MightyNerdEric)

documentation

README

usd-rs

Rust bindings for USD.

These are in version 0.0.x. The api is likely to change significantly between now and 0.1.0.

What works ?

  • You can create and open/save/export a stage.
  • You can define a prim and get/set attributes on it. All 30 basic types are supported + arrays of those types.

The parts

  • usd-cpp is a crate to build the cpp shared library and its dependencies (tbb, boost ..).
  • usd-rs is the actual bindings crate.

Requirements

  • g++/clang with c++14 support
  • cmake
  • python
  • and of course cargo
Commit count: 323

cargo fmt