cg3hci / HexBox

HexBox is an intuitive modeling method and interactive tool for creating and editing hexahedral meshes. Hexbox brings the major and widely validated surface modeling paradigm of surface box modeling into the world of hex meshing.
Other
53 stars 7 forks source link

Issue with GUI after compilation #7

Closed otaolafranc closed 10 months ago

otaolafranc commented 10 months ago

Hello, I just downloaded and installed HexBox using the following lines in tuxedOS 2: `#installing dependencies sudo apt-get update -y sudo apt-get install -y libxi-dev sudo apt-get install -y libxcursor-dev sudo apt-get install -y libxinerama-dev sudo apt-get install -y libxrandr-dev

instaling HexBox

mkdir build cd build cmake .. cmake --build . when I run the interface usingbuild/gui/gui` I am getting the following windows (which does not have the tools as it is shown in the publication): image

gcherchi commented 10 months ago

Hi, if you press the tab button the tools should appear. BTW, we are changing some of the commands in the terminal. We plan to commit in a few days. Bests, Gianmarco