initial commit
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 3 Dec 2020 08:24:23 +0000 (10:24 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 3 Dec 2020 08:24:23 +0000 (10:24 +0200)
commit646e75fcb6bdb93c853f6706c23d809c2c63415c
tree87eacd5b30c28f4938af10e04cb1fe8a1c14bf0d
initial commit
18 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
libs/Makefile [new file with mode: 0644]
libs/glew/LICENSE.txt [new file with mode: 0644]
libs/glew/Makefile [new file with mode: 0644]
libs/glew/README.md [new file with mode: 0644]
libs/glew/eglew.h [new file with mode: 0644]
libs/glew/glew.c [new file with mode: 0644]
libs/glew/glew.h [new file with mode: 0644]
libs/glew/glxew.h [new file with mode: 0644]
libs/glew/wglew.h [new file with mode: 0644]
src/demo.c [new file with mode: 0644]
src/demo.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/miniglut.c [new file with mode: 0644]
src/miniglut.h [new file with mode: 0644]
src/opengl.c [new file with mode: 0644]
src/opengl.h [new file with mode: 0644]