Qiao Gu
Qiao Gu
Also very interested!
I'm not an expert on the `gui` module. Maybe you want to check whether you can run [multiple_windows.py](https://www.open3d.org/docs/release/python_example/visualization/index.html#multiple-windows-py) and [dense_slam_gui.py](https://github.com/isl-org/Open3D/blob/main/examples/python/t_reconstruction_system/dense_slam_gui.py) as is and see whether you can get desired output.
I met the same issue with @JonathonLuiten. The `-DCMAKE_CXX_FLAGS=-stdlib=libstdc++` flag did not work and it suggests using `-DCMAKE_CXX_FLAGS=-static-libstdc++`. **I tried cmake with the latter flag and it complies successfully**. The...
Hi, Thanks for your interest in our work! Could you point out where you found the above sentences?