Skip to content

reeFridge/learngl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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