Skip to content

chaonan99/LearnOpenGL

Repository files navigation

Learn OpenGL

Contents

Packages

  • GLFW
    • Provides the bare necessities required for rendering goodies to the screen for OpenGL.
    • Compiled from source using cmake.
  • GLEW
    • OpenGL Extension Wrangler Library.
    • Provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform.
  • SOIL
    • Simple OpenGL Image Library.
    • Provides support for loading OpenGL texture from the most popular image formats.
  • GLM
    • OpenGL Mathematics.
    • a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL).
  • Assimp
    • Model loading library for OpenGL.
    • Need DirectX to build.

About

Practise for OpenGL following http://learnopengl.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published