Skip to content

Releases: raph080/ImGuiHydraEditor

ImGuiHydraEditor v2.0.0

28 Jul 22:04
395294a
Compare
Choose a tag to compare

ImGuiHydraEditor v1.0.0

01 Nov 13:52
Compare
Choose a tag to compare

Pre-built versions of ImGuiHydraEditor for MacOS arm64 and Linux x86_64 (in progress) are also available.

Currently, you still require a local build of USD to run the binary:

Linux:

export LD_LIBRARY_PATH=/path/to/OpenUSD/build/folder/lib:/path/to/OpenUSD/build/folder/lib64:$LD_LIBRARY_PATH
./ImGuiHydraEditor

MacOS:

export DYLD_LIBRARY_PATH=/path/to/OpenUSD/build/folder/lib:$DYLD_LIBRARY_PATH
./ImGuiHydraEditor