This is a simple cross-platform OpenGL engine.
- Install `cmake CMake download page
- Install
vcpkgin project root. vcpkg Getting Started page - Run
./vcpkg/vcpkg installto install dependencies - Run
mkdir build && cd build && cmake ..
- Run
cmake --build .to build - Run
./mainto run