visuallization / learnOpenGL

Learning OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn OpenGL

Screenshot of the OpenGl application

This repo is my personal playground for learning OpenGL. I follow along the great learning ressources on learnopengl.com by Joey de Vries.

Getting Started

I created this project in Visual Studio 19 on Windows 10. If you are also working on Windows and in Visual Studio follow these steps.

  1. Add the includes folder to your visual studio's VC++ Directories -> Include Directories
  2. Add the lib folder to your visual studio's VC++ Directories -> Library Directories Add includes and lib folder to your visual studio paths
  3. Add glfw3.lib and opengl32.lib in visual studio's Linker -> Input -> Additional Dependencies Add glfw3.lib and opengl32.lib in visual studio's Linker

You should be all set up now!

Note: If you are working on a different operating system, you can also get the libraries from their corresponding websites and either download the compiled lib directly or build it on your own. You can find detailed instructions on learnopengl.com.

About

Learning OpenGL


Languages

Language:C++ 69.5%Language:C 29.7%Language:Objective-C 0.6%Language:GLSL 0.1%Language:CMake 0.1%