|
hace 1 año | |
---|---|---|
include | hace 1 año | |
shaders | hace 1 año | |
src | hace 1 año | |
.gitignore | hace 1 año | |
CMakeLists.txt | hace 1 año | |
CMakePresets.json | hace 1 año | |
LICENSE | hace 1 año | |
README.md | hace 1 año | |
vcpkg.json | hace 1 año |
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