https://github.com/jonathas/opengl-clock
A clock developed with C++ and OpenGL
https://github.com/jonathas/opengl-clock
clock cpp opengl practice university
Last synced: 6 months ago
JSON representation
A clock developed with C++ and OpenGL
- Host: GitHub
- URL: https://github.com/jonathas/opengl-clock
- Owner: jonathas
- License: gpl-3.0
- Created: 2011-10-18T01:44:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-18T03:03:19.000Z (over 14 years ago)
- Last Synced: 2025-03-06T12:16:38.918Z (about 1 year ago)
- Topics: clock, cpp, opengl, practice, university
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
A clock developed with C++ and OpenGL
In order to compile it, you need to check if glut.h is installed in your system.
In Fedora, for example, you can install it with this command:
# yum install freeglut freeglut-devel
Then,
$ chmod +x compile.sh
and run it:
./compile.sh
If there are no error messages, just run the compiled app:
./clock