Brak opisu

Douglas A aab769e69c CHORE: move shaders to new folder 1 rok temu
include 38d6ae2938 FEAT: add include files for glad 1 rok temu
shaders aab769e69c CHORE: move shaders to new folder 1 rok temu
src aab769e69c CHORE: move shaders to new folder 1 rok temu
.gitignore 131347d9f4 CHORE: better cmake configuration and src folder 1 rok temu
CMakeLists.txt aab769e69c CHORE: move shaders to new folder 1 rok temu
GLTesting.sln 9fc908562a Initial Commit 1 rok temu
GLTesting.vcxproj 9fc908562a Initial Commit 1 rok temu
GLTesting.vcxproj.filters 9fc908562a Initial Commit 1 rok temu
LICENSE 226ecf1d83 CHORE: add README and LICENSE 1 rok temu
README.md 5387df5802 BUG: change README, to be copy and paste friendly 1 rok temu

README.md

Maybe another GL

Another attempt to do something with OpenGL

Dependencies

* GLM
* SPDLOG
* GLFW3
* GLAD (built-in)

Build

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=true
make