No Description

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

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