This is an in progress port of the engine used in my other project to a generic reusable engine. It follows the entity-component-system design.
apt-get install libglfw3-dev libglm-devvcpkg install --triplet x64-windows glfw3 glmSee Vcpkg docs for how to get CMake to pick these up.
mkdir build
cmake ..
make