Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 912 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 912 Bytes

LearnGL

repo for tracking history while I'm progressing over this awesome articles on OpenGL and Computer Graphics in general

Dependencies

Build

get all git deps via git clone into lib directory

for glm for example run:

mkdir lib && cd lib
git clone https://github.com/g-truc/glm

get system deps via package manager

arch pacman:

sudo paman -S glfw-x11 assimp

debian apt:

sudo apt install libglfw3-dev libassimp-dev

and finally use make (from root dir) to build executable build/main

make