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)
- Host: GitHub
- URL: https://github.com/daochenzha/cube
- Owner: daochenzha
- Created: 2017-03-15T03:05:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T03:54:10.000Z (over 9 years ago)
- Last Synced: 2025-02-09T06:44:07.839Z (over 1 year ago)
- Language: C++
- Size: 1.72 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
