Skip to content

atramentowy/learnopengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opengl projects

A collection of opengl projects

https://learnopengl.com/

Compiling

  cd path/to/project
  mkdir build && cd build
  cmake ..
  cmake --build .

if you want to compile you will need to add some of these libraries

Glad: https://github.com/dav1dde/glad-web

GLFW: https://www.glfw.org/

GLM: https://glm.g-truc.net/0.9.9/index.html

Assimp: https://github.com/assimp/assimp

Stb_image: https://github.com/nothings/stb/blob/master/stb_image.h

imgui: https://github.com/ocornut/imgui

bulletphysics: https://github.com/bulletphysics/bullet3

entt: https://github.com/skypjack/entt

About

Collection of projects that I have created while learning OpenGL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published