Skip to content

Added glext file, glu header file, depth test and mouse input handing.

Notifications You must be signed in to change notification settings

ygornb/glfw_tutorial_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glfw_tutorial_03

Simple glfw example program.

Added glext file, glu header file, depth test and mouse input handing.

Changed projection from orthogonal to perspective.

First of all you will need to compile glfw3 lib and put the lib file in glfw3/lib directory and put the header files in glfw3/include/GLFW directory. if the directory don't exists you must create it in the workspace.

Download the glext.h file from opengl website and adds it to the glext directory inside the workspace.

This project was compile on Debian 7.6 Wheezy and using Eclipse C/C++ kepler with gcc cross compiler version 4.8.2-5.

About

Added glext file, glu header file, depth test and mouse input handing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages