Skip to content
/ glw Public

Unofficial OpenGL Wrapper with utility extension.

License

Notifications You must be signed in to change notification settings

scenent/glw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glw

Unofficial OpenGL Wrapper with utility extension.

  • glw.hpp for basic OpenGL wrapping.
  • glwu.hpp for extended object-based 2D rendering.

Features

  • glw
    • Enumerated OpenGL types & flags
    • Encapsulated OpenGL handle classes
      • Context
      • ErrorQueue
      • Window
      • Event
      • BufferData
      • VAO
      • VBO
      • EBO
      • FBO
      • RBO
      • Texture
      • Shader
      • Program
  • glwu
    • 2D objects for rendering utility
      • Camera2D
      • Sprite
      • BlendedSprite
      • Line
      • LinedRect
      • ColorRect
      • RoundedColorRect

Demo

Screenshots

glw demo glwu demo

Dependencies

  • glw
    • C++ 17+
    • GLFW 3.4
    • GLAD (which supports GL 4.6)
  • glwu
    • glw
    • glm
    • stb_image

License

Distributed under MIT License.

About

Unofficial OpenGL Wrapper with utility extension.

Topics

Resources

License

Stars

Watchers

Forks

Languages