Skip to content

Hyrtsi/glxblt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glxblt

Yet another openGL graphics library

glxblt

About the name and philosophy

The name of the repository comes from my confusion of all the openGL -related projects: GLFW, GLEW, GLES, GLAD, ... so I created my own: GLxblt.

This is just my base for studying openGL

Resources: https://learnopengl.com

Dependencies

  • OpenGL 3.3
  • CMake
  • Eigen3
  • GLFW
  • GLUT for the GLUT demo only

Usage

  • Install dependencies
  • cd glfw-test
  • cmake -S . -B build && make -j16 && ./build/app

image

About

Yet another openGL graphics library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages