May 15, 2015

Lat's Play with OpenGL - 1

OpenGL Introduction

OpenGL is graphic library for cross platform 3D graphics. This is same as Direct3D in directx library. There are many tutorials and example videos to learn OpenGL. In this post I am trying to make a short note to cover up most import points, I have learnt. 

Glut 

Glut is tool for creating windows and handling inputs. Use FreeGlut pre build libs for your projects. 

Glew

This is openGL extension manager and lat us easily call openGL extensions without having declare DLL entry points.


No comments:

Post a Comment