Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trifido authored Feb 12, 2025
1 parent d1197e1 commit 208c84c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ The binding allows developers to interact with USD files in C# using the **tinyu
- Scene graph manipulation
- Exporting and importing assets

## How to compile tinyusdz native libraries
### Requirements:
- [tinyusdz GitHub repository](https://github.com/lighttransport/tinyusdz).
- CMake version 3.31 and higher
- Visual Studio 17 2022

### Steps:
1️⃣ Step: clone the [tinyusdz GitHub repository](https://github.com/lighttransport/tinyusdz).

2️⃣ Step: Run cmake with the following options enabled.

![image](https://github.com/user-attachments/assets/b99df589-0220-4e3a-86fb-5787958c4d47)

3️⃣ Step: In the generated C++ solution, compile the ctinyusd project to generate the dll file.


## Test

Check the `TinyUSDExample` console project to run the example shown in the image.
Expand Down

0 comments on commit 208c84c

Please sign in to comment.