Sen descrición

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

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