Skip to content

reeFridge/learngl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0469620 · Dec 30, 2020

History

26 Commits
Dec 30, 2020
Dec 30, 2020
Dec 28, 2020
Dec 28, 2020
Dec 28, 2020
Dec 30, 2020
Dec 28, 2020

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