Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atlas-2192/clock-practice
A simple clock developed with C++ and openGL
https://github.com/atlas-2192/clock-practice
Last synced: 4 days ago
JSON representation
A simple clock developed with C++ and openGL
- Host: GitHub
- URL: https://github.com/atlas-2192/clock-practice
- Owner: atlas-2192
- License: gpl-3.0
- Created: 2024-11-27T12:01:49.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-27T12:02:25.000Z (about 1 month ago)
- Last Synced: 2024-11-29T11:23:36.800Z (about 1 month ago)
- Language: C++
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- 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