Skip to content

bharathanr/LearningOGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository consists of all the programs I write as I try to learn OpenGL 4.0. I give a short description of what each program does in this readme.

makefile
--------
The makefile is currently set only to compile first_glut.cpp and to do cleanup.

first_glut
----------
Contains a glut based program that demonstrates three different ways of drawing a plain white square.
Methods:
1. Fixed Function Pipeline stuff.
2. Vertex Arrays
3. Vertex Buffer Objects, Vertex Array Objects and shaders.

About

A set of programs that I am writing to learn OpenGL 3.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages