Skip to content

Athomas1794/LearnOpenGL-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnOpenGL-Tutorial

Introductory OpenGl project with notes at each step using Visual Studio 19

Additional Dependencies

GLFW was compiled manually using CMAKE, and GLAD was used to load windows specific OpenGL functions for use based on your local graphics configurations.

Setup tutorial here: https://learnopengl.com/Getting-started/Creating-a-window

In Configuration Properties > VC++ Directories > Library Directories: C:\OpenGL\lib;$(LibraryPath)

In Configuration Properties > Linker > Input > Additional Dependencies: glfw3.lib;opengl32.lib;%(AdditionalDependencies)

About

My first opengl project with notes at each step

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages