This is a simple cross-platform OpenGL engine.
- Install
cmakeCMake download page - Install
vcpkgin the 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