|
hai 1 ano | |
---|---|---|
include | hai 1 ano | |
shaders | hai 1 ano | |
src | hai 1 ano | |
.gitignore | hai 1 ano | |
CMakeLists.txt | hai 1 ano | |
CMakePresets.json | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
vcpkg.json | hai 1 ano |
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