|
vor 1 Jahr | |
---|---|---|
include | vor 1 Jahr | |
.gitignore | vor 1 Jahr | |
CMakeLists.txt | vor 1 Jahr | |
GLTesting.sln | vor 1 Jahr | |
GLTesting.vcxproj | vor 1 Jahr | |
GLTesting.vcxproj.filters | vor 1 Jahr | |
LICENSE | vor 1 Jahr | |
README.md | vor 1 Jahr | |
callbacks.cpp | vor 1 Jahr | |
callbacks.h | vor 1 Jahr | |
frag.glsl | vor 1 Jahr | |
glad.c | vor 1 Jahr | |
main.cpp | vor 1 Jahr | |
renderer.cpp | vor 1 Jahr | |
renderer.h | vor 1 Jahr | |
shader.cpp | vor 1 Jahr | |
shader.h | vor 1 Jahr | |
vert.glsl | vor 1 Jahr |
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