OpenGL Project

A short openGL project that involves a few 3D cube models

View the Project on GitHub ibipul/openGLproj

Author:


Open GL 3D Cubes

This is a very short open GL exposition that has the following

The programming is in C++ compiled in G++ compiler by GNU and uses OpenGL library calls to setup and render the graphics systems.

Note: These codes were written as a part of Computer Graphics project in 2nd year 1st semester of M.Tech (CS) in Indian Statistical Institute. Course was taken by Prof. Swagatam Das

Files:


The project contains

Running the project:

Make sure your open GL is installed & configured properly, then execute these in the directory the code is residing.

make
./cube