Nincs leírás

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

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