Can anyone recommend a C++ GUI framework where I can embed or integrate a 3D engine?

I know that Qt gives an opportunity to do it natively with Qt3D, but I didn’t find any examples demonstrating that I can rotate and view models in Qt3D within mouse. There are also a lot of 3D engines which provides integration with Qt. They are listed here. But I don’t want to try each of them, maybe someone already knows which one is suitable for me.

I am using C++ for everything, so it is better to use C++ for easier integration, but Rust and Python are also acceptable.

I am a big fun of the Open3D, so if somebody knows how to integrate it with some GUI frameworks, I will be glad)

1 Like

What about Gazebo’s gz-gui?

4 Likes

Thanks, that’s exactly what I’ve searched for.

1 Like