Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace deprecated imgui functions and add DESKTOP_INSTALL_DIR cache …
…variable for apps (#6854) * Allow compiling open3d-cpu python package on NixOs 24.05 * Remove the use of deprecated functions in ImGui * CMake option to exclude uvatlas as dependency as a single function leads to the inclusion of many libraries. * CMake option to override the desktop install path * Set the frame size as initial item heights in the ListView. * Allow compiling open3d-cpu python package on NixOs 24.05 * Remove the use of deprecated functions in ImGui * CMake option to exclude uvatlas as dependency as a single function leads to the inclusion of many libraries. * CMake option to override the desktop install path * Set the frame size as initial item heights in the ListView. * Fix style errors and disable the 'uvatlas' tests when the feature is not enabled. * make DESKTOP_INSTALL_DIR a CACHE variable to allow setting it on the cmdline * keep compute_uvatlas in the core feature set * add missing docstring --------- Co-authored-by: Ernesto Rodriguez <connect@netowork.me> Co-authored-by: Sameer Sheorey <sameer.sheorey@intel.com> Co-authored-by: Benjamin Ummenhofer <benjamin.ummenhofer@intel.com>
- Loading branch information