An open API service indexing awesome lists of open source software.

https://github.com/daochenzha/cube

A moving cube based on OpenGL (it can rotate, move and zoom)
https://github.com/daochenzha/cube

Last synced: over 1 year ago
JSON representation

A moving cube based on OpenGL (it can rotate, move and zoom)

Awesome Lists containing this project

README

          

# CUBE

## Introduction
This program is written in C++. The graphics module used in this program is OpenGL. Basic operations including moving, rotating and zooming are supported.

## Prerequisites
A few libraries are required in the program. Specifically, in Windows, Some OpenGL dynamic link libraries and some dependencies are needed. Also, a bmp file, which serves as the texture of the cube, needs to be put in the same directory with the executable file. For convenience, all aforementioned prerequisites are included in repository. Note that this program supports Windows only. Codes need to be modified if in Linux/Unix.

![image](https://github.com/daochenzha/cube/blob/master/screenshot.png)