opengl-playground/game/README.org
2023-10-05 17:02:04 +07:00

418 B

Installing on Fedora

sudo dnf install glfw-devel

Then run the glad command

glad --profile core --generator c --out-path libs/glad

For faster compilation, compile glad;

gcc -Ilibs/glad/include/ -c libs/glad/src/glad.c

Terms

VBO - vertex buffer objects VAO - vertex array object EBO - element buffer objects