opengl-playground/game/README.org

23 lines
422 B
Org Mode

#+OPTIONS: toc:nil
* Installing on Fedora
#+begin_src shell
sudo dnf install glfw-devl glad
#+end_src
Then run the glad command
#+begin_src shell
glad --profile core --generator c --out-path libs/glad
#+end_src
For faster compilation, compile glad;
#+begin_src shell
gcc -Ilibs/glad/include/ -c libs/glad/src/glad.c
#+end_src
* Terms
VBO - vertex buffer objects
VAO - vertex array object
EBO - element buffer objects