initial commit
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 25 Dec 2021 01:23:40 +0000 (03:23 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 25 Dec 2021 01:23:40 +0000 (03:23 +0200)
commitaa9f7c423c8c4111b3e1d0a7bbe73e376533ed80
treeea85dc462750eca590c918b2f97458e20508b027
initial commit
13 files changed:
.gitignore [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.android [new file with mode: 0644]
src/android/android_native_app_glue.c [new file with mode: 0644]
src/android/android_native_app_glue.h [new file with mode: 0644]
src/android/main.c [new file with mode: 0644]
src/demo.c [new file with mode: 0644]
src/demo.h [new file with mode: 0644]
src/opengl.h [new file with mode: 0644]
src/pc/main_glut.c [new file with mode: 0644]
src/pc/miniglut.c [new file with mode: 0644]
src/pc/miniglut.h [new file with mode: 0644]