Simple basic 3D renderer using GLFW and modern OpenGL Can load and render GLTF models with color textures Super cool input manager! Compilation instructions On Ubuntu Install xorg-dev. After cloning the repo with git clone --recurse-submodules cd into it and mkdir build && cd build cmake .. make -j8 ./game