- glfw
- glm
- OpenGL 4.1+
- compile and build with cmake
# create build folder with your os cmd
cd build
cmake ..
cmake --build .
cd ..
then cmake will download and config glm and glfw repo.
- Run "ICVP_TEST" app in build folder
- press WASD keys to walk forward/backward/left/right
- press left-ctrl key, then you can move mouse to change camera toward
- build glfw failed in ubuntu because of wayland-scanner:
Try to use install
libwayland-dev
libxkbcommon-dev
xorg-dev
:as glfw-compile said (other linux os can also refer this).sudo apt install libwayland-dev libxkbcommon-dev xorg-dev