Skip to content

icharlie/glui-cs553

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLUI for Oregon State University CS 419/553

My Development Environment

  • OS: Mac OS X 10.8.3

How-To

  1. make then copy the lib folder to your project

  2. cpp header will

     #ifdef __APPLE__
     #include <GLUT/glut.h>
     #include <OpenGL/gl.h>
     #include <OpenGL/glu.h>
     #else
     #include <GL/gl.h>
     #include <GL/glu.h>
     #include "glut.h"
     #endif
     #include "glui.h"
    
  3. Makefile in your project will look as follow

     default:
     	g++ -framework GLUT -framework OpenGL -framework Cocoa  demo.cpp -o demo lib/libglui.a
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published