initial commit
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 6 Sep 2023 23:09:45 +0000 (02:09 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 6 Sep 2023 23:09:45 +0000 (02:09 +0300)
commit95522f0db415c140857d8575e42ca7287ad89c1e
tree1ad63c224172cf319767a37f3d14eb474ee84967
initial commit
231 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]
README.md [new file with mode: 0644]
libs/Makefile [new file with mode: 0644]
libs/android32/keepdir [new file with mode: 0644]
libs/android64/keepdir [new file with mode: 0644]
libs/anim/COPYING [new file with mode: 0644]
libs/anim/COPYING.LESSER [new file with mode: 0644]
libs/anim/Makefile [new file with mode: 0644]
libs/anim/README.md [new file with mode: 0644]
libs/anim/anim.c [new file with mode: 0644]
libs/anim/anim.h [new file with mode: 0644]
libs/anim/anim.vcxproj [new file with mode: 0644]
libs/anim/anim.vcxproj.filters [new file with mode: 0644]
libs/anim/config.h [new file with mode: 0644]
libs/anim/dynarr.c [new file with mode: 0644]
libs/anim/dynarr.h [new file with mode: 0644]
libs/anim/track.c [new file with mode: 0644]
libs/anim/track.h [new file with mode: 0644]
libs/cgmath/LICENSE [new file with mode: 0644]
libs/cgmath/README.md [new file with mode: 0644]
libs/cgmath/cgmath.h [new file with mode: 0644]
libs/cgmath/cgmmat.inl [new file with mode: 0644]
libs/cgmath/cgmmisc.inl [new file with mode: 0644]
libs/cgmath/cgmquat.inl [new file with mode: 0644]
libs/cgmath/cgmray.inl [new file with mode: 0644]
libs/cgmath/cgmvec3.inl [new file with mode: 0644]
libs/cgmath/cgmvec4.inl [new file with mode: 0644]
libs/glew/GL/eglew.h [new file with mode: 0644]
libs/glew/GL/glew.h [new file with mode: 0644]
libs/glew/GL/glxew.h [new file with mode: 0644]
libs/glew/GL/wglew.h [new file with mode: 0644]
libs/glew/LICENSE.txt [new file with mode: 0644]
libs/glew/README.md [new file with mode: 0644]
libs/glew/glew.c [new file with mode: 0644]
libs/imago/COPYING [new file with mode: 0644]
libs/imago/COPYING.LESSER [new file with mode: 0644]
libs/imago/Makefile [new file with mode: 0644]
libs/imago/README.md [new file with mode: 0644]
libs/imago/imago.vcxproj [new file with mode: 0644]
libs/imago/imago.vcxproj.filters [new file with mode: 0644]
libs/imago/jpeglib/README [new file with mode: 0644]
libs/imago/jpeglib/cderror.h [new file with mode: 0644]
libs/imago/jpeglib/jcapimin.c [new file with mode: 0644]
libs/imago/jpeglib/jcapistd.c [new file with mode: 0644]
libs/imago/jpeglib/jccoefct.c [new file with mode: 0644]
libs/imago/jpeglib/jccolor.c [new file with mode: 0644]
libs/imago/jpeglib/jcdctmgr.c [new file with mode: 0644]
libs/imago/jpeglib/jchuff.c [new file with mode: 0644]
libs/imago/jpeglib/jchuff.h [new file with mode: 0644]
libs/imago/jpeglib/jcinit.c [new file with mode: 0644]
libs/imago/jpeglib/jcmainct.c [new file with mode: 0644]
libs/imago/jpeglib/jcmarker.c [new file with mode: 0644]
libs/imago/jpeglib/jcmaster.c [new file with mode: 0644]
libs/imago/jpeglib/jcomapi.c [new file with mode: 0644]
libs/imago/jpeglib/jconfig.h [new file with mode: 0644]
libs/imago/jpeglib/jcparam.c [new file with mode: 0644]
libs/imago/jpeglib/jcphuff.c [new file with mode: 0644]
libs/imago/jpeglib/jcprepct.c [new file with mode: 0644]
libs/imago/jpeglib/jcsample.c [new file with mode: 0644]
libs/imago/jpeglib/jctrans.c [new file with mode: 0644]
libs/imago/jpeglib/jdapimin.c [new file with mode: 0644]
libs/imago/jpeglib/jdapistd.c [new file with mode: 0644]
libs/imago/jpeglib/jdatadst.c [new file with mode: 0644]
libs/imago/jpeglib/jdatasrc.c [new file with mode: 0644]
libs/imago/jpeglib/jdcoefct.c [new file with mode: 0644]
libs/imago/jpeglib/jdcolor.c [new file with mode: 0644]
libs/imago/jpeglib/jdct.h [new file with mode: 0644]
libs/imago/jpeglib/jddctmgr.c [new file with mode: 0644]
libs/imago/jpeglib/jdhuff.c [new file with mode: 0644]
libs/imago/jpeglib/jdhuff.h [new file with mode: 0644]
libs/imago/jpeglib/jdinput.c [new file with mode: 0644]
libs/imago/jpeglib/jdmainct.c [new file with mode: 0644]
libs/imago/jpeglib/jdmarker.c [new file with mode: 0644]
libs/imago/jpeglib/jdmaster.c [new file with mode: 0644]
libs/imago/jpeglib/jdmerge.c [new file with mode: 0644]
libs/imago/jpeglib/jdphuff.c [new file with mode: 0644]
libs/imago/jpeglib/jdpostct.c [new file with mode: 0644]
libs/imago/jpeglib/jdsample.c [new file with mode: 0644]
libs/imago/jpeglib/jdtrans.c [new file with mode: 0644]
libs/imago/jpeglib/jerror.c [new file with mode: 0644]
libs/imago/jpeglib/jerror.h [new file with mode: 0644]
libs/imago/jpeglib/jfdctflt.c [new file with mode: 0644]
libs/imago/jpeglib/jfdctfst.c [new file with mode: 0644]
libs/imago/jpeglib/jfdctint.c [new file with mode: 0644]
libs/imago/jpeglib/jidctflt.c [new file with mode: 0644]
libs/imago/jpeglib/jidctfst.c [new file with mode: 0644]
libs/imago/jpeglib/jidctint.c [new file with mode: 0644]
libs/imago/jpeglib/jidctred.c [new file with mode: 0644]
libs/imago/jpeglib/jinclude.h [new file with mode: 0644]
libs/imago/jpeglib/jmemmgr.c [new file with mode: 0644]
libs/imago/jpeglib/jmemnobs.c [new file with mode: 0644]
libs/imago/jpeglib/jmemsys.h [new file with mode: 0644]
libs/imago/jpeglib/jmorecfg.h [new file with mode: 0644]
libs/imago/jpeglib/jpegint.h [new file with mode: 0644]
libs/imago/jpeglib/jpeglib.h [new file with mode: 0644]
libs/imago/jpeglib/jquant1.c [new file with mode: 0644]
libs/imago/jpeglib/jquant2.c [new file with mode: 0644]
libs/imago/jpeglib/jutils.c [new file with mode: 0644]
libs/imago/jpeglib/jversion.h [new file with mode: 0644]
libs/imago/libpng/LICENSE [new file with mode: 0644]
libs/imago/libpng/png.c [new file with mode: 0644]
libs/imago/libpng/png.h [new file with mode: 0644]
libs/imago/libpng/pngconf.h [new file with mode: 0644]
libs/imago/libpng/pngerror.c [new file with mode: 0644]
libs/imago/libpng/pngget.c [new file with mode: 0644]
libs/imago/libpng/pngmem.c [new file with mode: 0644]
libs/imago/libpng/pngpread.c [new file with mode: 0644]
libs/imago/libpng/pngread.c [new file with mode: 0644]
libs/imago/libpng/pngrio.c [new file with mode: 0644]
libs/imago/libpng/pngrtran.c [new file with mode: 0644]
libs/imago/libpng/pngrutil.c [new file with mode: 0644]
libs/imago/libpng/pngset.c [new file with mode: 0644]
libs/imago/libpng/pngtrans.c [new file with mode: 0644]
libs/imago/libpng/pngwio.c [new file with mode: 0644]
libs/imago/libpng/pngwrite.c [new file with mode: 0644]
libs/imago/libpng/pngwtran.c [new file with mode: 0644]
libs/imago/libpng/pngwutil.c [new file with mode: 0644]
libs/imago/src/byteord.c [new file with mode: 0644]
libs/imago/src/byteord.h [new file with mode: 0644]
libs/imago/src/conv.c [new file with mode: 0644]
libs/imago/src/filejpeg.c [new file with mode: 0644]
libs/imago/src/filelbm.c [new file with mode: 0644]
libs/imago/src/filepng.c [new file with mode: 0644]
libs/imago/src/fileppm.c [new file with mode: 0644]
libs/imago/src/filergbe.c [new file with mode: 0644]
libs/imago/src/filetga.c [new file with mode: 0644]
libs/imago/src/ftmodule.c [new file with mode: 0644]
libs/imago/src/ftmodule.h [new file with mode: 0644]
libs/imago/src/imago2.c [new file with mode: 0644]
libs/imago/src/imago2.h [new file with mode: 0644]
libs/imago/src/imago_gl.c [new file with mode: 0644]
libs/imago/src/modules.c [new file with mode: 0644]
libs/imago/zlib/LICENSE [new file with mode: 0644]
libs/imago/zlib/adler32.c [new file with mode: 0644]
libs/imago/zlib/compress.c [new file with mode: 0644]
libs/imago/zlib/crc32.c [new file with mode: 0644]
libs/imago/zlib/crc32.h [new file with mode: 0644]
libs/imago/zlib/deflate.c [new file with mode: 0644]
libs/imago/zlib/deflate.h [new file with mode: 0644]
libs/imago/zlib/gzio.c [new file with mode: 0644]
libs/imago/zlib/infback.c [new file with mode: 0644]
libs/imago/zlib/inffast.c [new file with mode: 0644]
libs/imago/zlib/inffast.h [new file with mode: 0644]
libs/imago/zlib/inffixed.h [new file with mode: 0644]
libs/imago/zlib/inflate.c [new file with mode: 0644]
libs/imago/zlib/inflate.h [new file with mode: 0644]
libs/imago/zlib/inftrees.c [new file with mode: 0644]
libs/imago/zlib/inftrees.h [new file with mode: 0644]
libs/imago/zlib/trees.c [new file with mode: 0644]
libs/imago/zlib/trees.h [new file with mode: 0644]
libs/imago/zlib/uncompr.c [new file with mode: 0644]
libs/imago/zlib/zconf.h [new file with mode: 0644]
libs/imago/zlib/zlib.h [new file with mode: 0644]
libs/imago/zlib/zutil.c [new file with mode: 0644]
libs/imago/zlib/zutil.h [new file with mode: 0644]
libs/miniaudio/LICENSE [new file with mode: 0644]
libs/miniaudio/Makefile [new file with mode: 0644]
libs/miniaudio/README.md [new file with mode: 0644]
libs/miniaudio/miniaudio.c [new file with mode: 0644]
libs/miniaudio/miniaudio.h [new file with mode: 0644]
libs/miniaudio/miniaudio.vcxproj [new file with mode: 0644]
libs/miniaudio/miniaudio.vcxproj.filters [new file with mode: 0644]
libs/miniaudio/stb_vorbis.c [new file with mode: 0644]
libs/psys/Makefile [new file with mode: 0644]
libs/psys/pattr.c [new file with mode: 0644]
libs/psys/pattr.h [new file with mode: 0644]
libs/psys/pstrack.c [new file with mode: 0644]
libs/psys/pstrack.h [new file with mode: 0644]
libs/psys/psys.c [new file with mode: 0644]
libs/psys/psys.h [new file with mode: 0644]
libs/psys/psys.vcxproj [new file with mode: 0644]
libs/psys/psys.vcxproj.filters [new file with mode: 0644]
libs/psys/rndval.c [new file with mode: 0644]
libs/psys/rndval.h [new file with mode: 0644]
libs/treestore/LICENSE [new file with mode: 0644]
libs/treestore/Makefile [new file with mode: 0644]
libs/treestore/dynarr.c [new file with mode: 0644]
libs/treestore/dynarr.h [new file with mode: 0644]
libs/treestore/text.c [new file with mode: 0644]
libs/treestore/treestore.c [new file with mode: 0644]
libs/treestore/treestore.h [new file with mode: 0644]
libs/treestore/treestore.vcxproj [new file with mode: 0644]
libs/treestore/treestore.vcxproj.filters [new file with mode: 0644]
libs/unix/keepdir [new file with mode: 0644]
libs/w32/keepdir [new file with mode: 0644]
sdr/dbg.p.glsl [new file with mode: 0644]
sdr/dbg.v.glsl [new file with mode: 0644]
sdr/foo-notex.p.glsl [new file with mode: 0644]
sdr/foo.p.glsl [new file with mode: 0644]
sdr/foo.v.glsl [new file with mode: 0644]
shapestoy.sln [new file with mode: 0644]
shapestoy.vcxproj [new file with mode: 0644]
shapestoy.vcxproj.filters [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/assfile.c [new file with mode: 0644]
src/android/logger.c [new file with mode: 0644]
src/android/logger.h [new file with mode: 0644]
src/android/main.c [new file with mode: 0644]
src/assfile.c [new file with mode: 0644]
src/assfile.h [new file with mode: 0644]
src/assman.c [new file with mode: 0644]
src/assman.h [new file with mode: 0644]
src/cfgopt.c [new file with mode: 0644]
src/cfgopt.h [new file with mode: 0644]
src/cmesh.c [new file with mode: 0644]
src/cmesh.h [new file with mode: 0644]
src/darray.c [new file with mode: 0644]
src/darray.h [new file with mode: 0644]
src/demo.c [new file with mode: 0644]
src/demo.h [new file with mode: 0644]
src/meshgen.c [new file with mode: 0644]
src/meshgen.h [new file with mode: 0644]
src/opengl.c [new file with mode: 0644]
src/opengl.h [new file with mode: 0644]
src/pc/assfilepc.c [new file with mode: 0644]
src/pc/main.c [new file with mode: 0644]
src/pc/miniglut.c [new file with mode: 0644]
src/pc/miniglut.h [new file with mode: 0644]
src/rbtree.c [new file with mode: 0644]
src/rbtree.h [new file with mode: 0644]
src/sanegl.c [new file with mode: 0644]
src/sanegl.h [new file with mode: 0644]
src/sdr.c [new file with mode: 0644]
src/sdr.h [new file with mode: 0644]
src/util.c [new file with mode: 0644]
src/util.h [new file with mode: 0644]
tools/mkdata [new file with mode: 0755]