raph080 / ImGuiHydraEditor

ImGui Hydra Editor is a USD editor written in c++ with the ImGui and OpenUSD frameworks.
MIT License
83 stars 6 forks source link

How to build it on Windows? #4

Open KamalTD opened 2 weeks ago

KamalTD commented 2 weeks ago

I'm interested in building it on Windows and noticed the build instructions primarily focus on macOS and Linux. Could you please provide guidance or instructions on how to successfully build it on Windows? Specifically, I'm looking for details on any necessary adaptations or additional dependencies required for the Windows platform.

Thank you

n-burk commented 2 weeks ago

It built for me with visual studio 2022. I have it up and running in release mode, debug mode hits a crash on windows opening a layer w/ SDF I haven't had time to track it down

image

raph080 commented 2 weeks ago

Hi @KamalTD , I haven't had the chance to test it on Windows yet. I let you know once I have more info. Meanwhile other people might have some answers. Thanks @n-burk for your test.

KamalTD commented 1 week ago

Thanks a lot, @raph080! I appreciate your willingness to provide more information when you have the chance. And thanks to @n-burk for testing it on Windows.

If it's not too much trouble, could you share the build process or any specific steps you followed to get it up and running on Windows? It would be incredibly helpful, especially for those of us new to building the project on this platform.