Go to file
Lexxy Fox 7fa54e80a5 merged glut_wrap.h into glxgears
I saw a post yesterday where someone had made a similar fork and they left out glut_wrap.h for unknown reasons and they had ~dozen people involved, so I'm following suit. (peer pressure ftw)
2023-11-02 10:09:26 -05:00
.clang-format modified code style 2023-11-01 16:30:35 -05:00
.editorconfig initial commit, compiles 2023-11-01 10:11:42 -05:00
.gitignore corrected .gitignore 2023-11-01 10:16:25 -05:00
glxgears.c merged glut_wrap.h into glxgears 2023-11-02 10:09:26 -05:00
Makefile beta argp code 2023-11-01 18:29:30 -05:00
out.txt initial commit, compiles 2023-11-01 10:11:42 -05:00
README.md added animated image 2023-11-01 14:17:10 -05:00

(TODO: actual readme)

Quick run right now, no questions asked

git clone https://codeberg.org/LexxyFox/glxgears
make -C glxgears run

You'll need to have the build dependencies already installed (GL, GLUT, M, and X11).

Install

If anyone actually wants to install this on their system, let me know and I'll write instructions?