Skip to content

TheThinMatrix/OpenGL-Tutorial-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

OpenGL-Tutorial-2

Code from the OpenGL tutorial on Youtube: https://youtu.be/WMiggUPst-Q

This code requires the lwjgl.jar and lwjgl_utils.jar from LWJGL 2, along with the relevant natives. Here is a tutorial about setting up the project: https://youtu.be/Jdkq-aSFEA0

In this tutorial we look at loading model data into a VAO and rendering it to the screen.

This tutorial covers:

-Loading geometry data into VAOs/VBOs.

-Rendering geometry using VAO.

About

Code from the OpenGL tutorial on Youtube: https://youtu.be/WMiggUPst-Q

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages