https://github.com/ousttrue/usd_cpp_samples
https://github.com/ousttrue/usd_cpp_samples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ousttrue/usd_cpp_samples
- Owner: ousttrue
- License: mit
- Created: 2020-09-25T16:42:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T13:24:20.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T05:01:42.716Z (about 1 year ago)
- Language: C++
- Size: 6.57 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# USD の C++ によるサンプル集(Windows)
## mesno builld
using `/subprojects/usd.wrap`
```
# --prefix is fullpath
> meson setup builddir --prefix $(pwd)/prefix
# install to prefix
> meson install -C builddir
> ./prefix/bin/hello.exe
> ./prefix/bin/gl_sample.exe usd_source/extras/usd/tutorials/authoringVariants/HelloWorld.usda
```