In a Nutshell: Design of OpenGL
This post will talk about the design of OpenGL as an API. It will go over OpenGL’s syntax including function naming conventions and explain the reasoning beh...
This post will talk about the design of OpenGL as an API. It will go over OpenGL’s syntax including function naming conventions and explain the reasoning beh...
This post will talk about basic concepts of computer graphics. More specifically it will go over the entire graphics pipeline in a conceptual (high) level. ...
This blog post will briefly detail the history of OpenGL, a cross-platform graphics API used to create stunning visuals in 2D/3D applications. Before delving...