A brief talk about OpenGL Textures

A brief talk about OpenGL Textures

Understanding how textures work in OpenGL can be confusing. Especially for someone new to OpenGL. I Hope that this brief introduction to OpenGL textures can help you.

What is the purpose of a Vertex Attribute in OpenGL?

What is the purpose of a Vertex Attribute in OpenGL?

Do you know the purpose of a Vertex Attribute in your OpenGL program? Learn why they are so important and how they are used within shaders.

Three things to know before you port your game to OpenGL ES 3.0

Three things to know before you port your game to OpenGL ES 3.0

Interested in porting your game to use OpenGL ES 3.0? Learn three concepts to keep in mind as you port your application to use OpenGL ES 3.0

The pain of learning OpenGL

The pain of learning OpenGL

If you are having problems learning OpenGL, I know how you feel. OpenGL is confusing and is very easy to give up learning it. But hang in there. Let me share with you my first struggles with OpenGL.  

4 things to be aware of before developing a game engine

4 things to be aware of before developing a game engine

So, you want to develop a game engine? That is great! The good news is that you will learn so much about computer graphics. Your programming skills will improve x10. You will no longer be the same. Now the bad news: