Skip to content

Masknen/openGL-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab-env

C++11 based application base for developing apps.

Requirements

  1. CMake 3.2+.
  2. Compiler with support for lambda functions (C++11), such as VS 2013.

External libraries

This environment uses:

  • GLFW
    • Used for window and OpenGL context handling, input handling, etc.
  • GLEW - OpenGL Extension Wrangler Library
    • Provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file.
  • Dear ImGui
    • A slim, simple to use, immediate mode graphical user interface.
  • NanoVG
    • A slim, simple to use, vector graphics rendering library.

Additional Help

CMake

https://cmake.org/cmake/help/latest/guide/tutorial/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors