|
1 year ago | |
---|---|---|
include | 1 year ago | |
shaders | 1 year ago | |
src | 1 year ago | |
.gitignore | 1 year ago | |
CMakeLists.txt | 1 year ago | |
CMakePresets.json | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
vcpkg.json | 1 year ago |
Another attempt to do something with OpenGL
Without vcpkg (make sure you have all dependencies setup correctly)
mkdir build
cd build
cmake ..
make
With vcpkg
set CMAKE_TOOLCHAIN_FILE=<your vcpkg.cmake file location>
mkdir build
cd build
cmake .. --preset=default
ninja