|
há 1 ano atrás | |
---|---|---|
include | há 1 ano atrás | |
.gitignore | há 1 ano atrás | |
CMakeLists.txt | há 1 ano atrás | |
GLTesting.sln | há 1 ano atrás | |
GLTesting.vcxproj | há 1 ano atrás | |
GLTesting.vcxproj.filters | há 1 ano atrás | |
LICENSE | há 1 ano atrás | |
README.md | há 1 ano atrás | |
callbacks.cpp | há 1 ano atrás | |
callbacks.h | há 1 ano atrás | |
frag.glsl | há 1 ano atrás | |
glad.c | há 1 ano atrás | |
main.cpp | há 1 ano atrás | |
renderer.cpp | há 1 ano atrás | |
renderer.h | há 1 ano atrás | |
shader.cpp | há 1 ano atrás | |
shader.h | há 1 ano atrás | |
vert.glsl | há 1 ano atrás |
Another attempt to do something with OpenGL
* GLM
* SPDLOG
* GLFW3
* GLAD (built-in)
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=true
$ make