1 / 4

How to build OpenGL projects

How to build OpenGL projects. http://cs435.cs.ua.edu/S2014/Howto/HowToBuild2012.htm. Three Libraries. OpenGL ( gl-, glu- ) GLUT or freeglut (The OpenGL Utility Toolkit, glut- ) GLEW ( The OpenGL Extension Wrangler Library ).

ipo
Télécharger la présentation

How to build OpenGL projects

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How to build OpenGL projects http://cs435.cs.ua.edu/S2014/Howto/HowToBuild2012.htm

  2. Three Libraries • OpenGL (gl-, glu-) • GLUT or freeglut (The OpenGL Utility Toolkit, glut-) • GLEW (The OpenGL Extension Wrangler Library)

  3. How to build an OpenGL project with Visual Studio 2012 on Windows 7? • D:\CS435\code • Initshader.cpp • include • Angel.h, CheckError.h, math.h, vecc.h • GL • freeglut.h, freeglut_ext.h, freeglut_std.h, glut.h • glew.h • lib • windows • freeglut.lib • glew32.lib • bin • freeglut.dll • glew32.dll • Test

  4. Assignment (no credit) • Use Microsoft Visual Studio 2010/2012 to build your first OpenGL project • http://cs435.cs.ua.edu/S2014/Howto/HowToBuild2012.htm

More Related