Skip to content

knitterJ/the-easiest-way-to-start-using-OpenGL-MinGW-glfw-or-freeglut-glad-or-glew-no-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 

Repository files navigation

Intro

Have you ever tried to run simple "Hello-Triangle" program, that contains OpenGL functions and you had to go through the configuration hell? If so, this tutorial is prepared for you. I explain how to configure OpenGL for both Windows and Linux without the necesity to install Visual Studio or configure Cmake.

How should you think of OpenGL?

In a simplified way, think of OpenGL as a set of functions that are operating system agnostic.

In order to use OpenGL functions, it's necesary to configure two extra libraries that contain set of functions, which are essential to achieve any visible results.

  1. Window Toolkit like GLFW or Freeglut
  2. Function Loader like GLAD or GLEW

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published