https://github.com/rstudio-tech/clock-practice
A simple clock developed with C++ and openGL
https://github.com/rstudio-tech/clock-practice
Last synced: 11 months ago
JSON representation
A simple clock developed with C++ and openGL
- Host: GitHub
- URL: https://github.com/rstudio-tech/clock-practice
- Owner: rstudio-tech
- License: gpl-3.0
- Created: 2024-11-27T12:01:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-27T12:02:25.000Z (over 1 year ago)
- Last Synced: 2025-07-02T17:55:27.991Z (11 months 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