Sem descrição

cmte 5387df5802 BUG: change README, to be copy and paste friendly há 1 ano atrás
include 38d6ae2938 FEAT: add include files for glad há 1 ano atrás
.gitignore 9fc908562a Initial Commit há 1 ano atrás
CMakeLists.txt e36e688c95 FEAT: copy shader files to build folder há 1 ano atrás
GLTesting.sln 9fc908562a Initial Commit há 1 ano atrás
GLTesting.vcxproj 9fc908562a Initial Commit há 1 ano atrás
GLTesting.vcxproj.filters 9fc908562a Initial Commit há 1 ano atrás
LICENSE 226ecf1d83 CHORE: add README and LICENSE há 1 ano atrás
README.md 5387df5802 BUG: change README, to be copy and paste friendly há 1 ano atrás
callbacks.cpp 9fc908562a Initial Commit há 1 ano atrás
callbacks.h 9fc908562a Initial Commit há 1 ano atrás
frag.glsl 9fc908562a Initial Commit há 1 ano atrás
glad.c 38d6ae2938 FEAT: add include files for glad há 1 ano atrás
main.cpp 9fc908562a Initial Commit há 1 ano atrás
renderer.cpp 9fc908562a Initial Commit há 1 ano atrás
renderer.h 9fc908562a Initial Commit há 1 ano atrás
shader.cpp 2822ccc7db bug: wrong message error há 1 ano atrás
shader.h 9fc908562a Initial Commit há 1 ano atrás
vert.glsl 9fc908562a Initial Commit há 1 ano atrás

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