Skip to content

tortiz0521/OpenGL-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL-Projects

Here are some OpenGL projects I've worked on in my own time!

The two primary projects shown here exist in OpenGL-Basics (Which was my deep dive into many different grpahics programming concepts), and a directory for the game Breakout (CURRENTLY IN PRODUCTION!!)

OpenGL-Basics

Within this directory exists two primary files:

main.cpp
advancedGL.cpp

'main.cpp' exists primarily as a means of showing many basic ideas that contribute to general OpenGL graphics programming (lighting/model loading) 'advancedGL.cpp' is a file I used to learn more about more advanced OpenGL techniques (Depth/Stencil testing, face culling, framebuffers, cubemaps, etc.)

Breakout (In Production)

Breakout is a game developed in the 'learnopengl.com' website. In an attempt to take my understanding of OpenGL further, I wanted to build this with the direction of this resource. Most of the code written in this directory will have been written by me!

About

This is a repository for all of my current OpenGL projects!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors