Skip to content

🎨Simple OPENGL project to create objects and camera movements

Notifications You must be signed in to change notification settings

ayonious/OPENGL-House-Furnitures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple OPENGL example

In this example there are some lifeless objects like chairs, tables, plates, cabinets

Running instruction

BUILD:

cd src
cc -framework GLUT -framework OpenGL -framework Cocoa offline.cpp  -o glutapp

RUN:

./glutapp

mouse click will change the rotation of the camera
the curtain will open or close if you press key 'z'

Test Environemnt:

Tested in OS X El Capitan (10.11.6)

About

🎨Simple OPENGL project to create objects and camera movements

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages