Releases: raph080/ImGuiHydraEditor
Releases · raph080/ImGuiHydraEditor
ImGuiHydraEditor v2.0.0
ImGuiHydraEditor v1.0.0
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