mlivesu / cinolib

A generic programming header only C++ library for processing polygonal and polyhedral meshes
MIT License
930 stars 101 forks source link

Imgui control hidden #175

Closed vikicug closed 12 months ago

vikicug commented 1 year ago

I've compiled cinolub successfuly,but ImGUI control cannot be visible,What's wrong? other is OK

mlivesu commented 1 year ago

it is hidden by default. If you press the TAB button the side bar should appear. In case you want it to be constantly shown, just set

gui.show_side_bar = true;

vikicug commented 12 months ago

Thanks very much. Expect more update!