initial commit
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 3 Jun 2023 10:25:26 +0000 (13:25 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 3 Jun 2023 10:25:26 +0000 (13:25 +0300)
commit7fccf8b3543c8cdb993252f0cf9a6b9ed826408e
treeadf6765a7babdf896e0aa8a0c4c150c690281e72
initial commit
191 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
GNUmakefile [new file with mode: 0644]
README.md [new file with mode: 0644]
libs/Makefile [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/drawtext/COPYING [new file with mode: 0644]
libs/drawtext/COPYING.LESSER [new file with mode: 0644]
libs/drawtext/Makefile [new file with mode: 0644]
libs/drawtext/README.md [new file with mode: 0644]
libs/drawtext/draw.c [new file with mode: 0644]
libs/drawtext/drawgl.c [new file with mode: 0644]
libs/drawtext/drawrast.c [new file with mode: 0644]
libs/drawtext/drawtext.dep [new file with mode: 0644]
libs/drawtext/drawtext.dsp [new file with mode: 0644]
libs/drawtext/drawtext.h [new file with mode: 0644]
libs/drawtext/drawtext.mak [new file with mode: 0644]
libs/drawtext/drawtext_impl.h [new file with mode: 0644]
libs/drawtext/font.c [new file with mode: 0644]
libs/drawtext/utf8.c [new file with mode: 0644]
libs/glide/3dfx.h [new file with mode: 0644]
libs/glide/fxdll.h [new file with mode: 0644]
libs/glide/fxglob.h [new file with mode: 0644]
libs/glide/fxos.h [new file with mode: 0644]
libs/glide/glide.h [new file with mode: 0644]
libs/glide/glidesys.h [new file with mode: 0644]
libs/glide/glideutl.h [new file with mode: 0644]
libs/glide/sst1vid.h [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.dep [new file with mode: 0644]
libs/imago/imago.dsp [new file with mode: 0644]
libs/imago/imago.mak [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/treestor/LICENSE [new file with mode: 0644]
libs/treestor/Makefile [new file with mode: 0644]
libs/treestor/README.md [new file with mode: 0644]
libs/treestor/include/treestor.h [new file with mode: 0644]
libs/treestor/src/dynarr.c [new file with mode: 0644]
libs/treestor/src/dynarr.h [new file with mode: 0644]
libs/treestor/src/text.c [new file with mode: 0644]
libs/treestor/src/treestor.c [new file with mode: 0644]
libs/treestor/treestor.dep [new file with mode: 0644]
libs/treestor/treestor.dsp [new file with mode: 0644]
libs/treestor/treestor.mak [new file with mode: 0644]
libs/unix/.keepdir [new file with mode: 0644]
src/app.c [new file with mode: 0644]
src/app.h [new file with mode: 0644]
src/config.h [new file with mode: 0644]
src/font.c [new file with mode: 0644]
src/font.h [new file with mode: 0644]
src/gaw/gaw.h [new file with mode: 0644]
src/gaw/gaw_gl.c [new file with mode: 0644]
src/gaw/gaw_glide.c [new file with mode: 0644]
src/gaw/gaw_glide.h [new file with mode: 0644]
src/gaw/gaw_sw.c [new file with mode: 0644]
src/gaw/gaw_sw.h [new file with mode: 0644]
src/gaw/gawswtnl.c [new file with mode: 0644]
src/gaw/gawswtnl.h [new file with mode: 0644]
src/gaw/polyclip.c [new file with mode: 0644]
src/gaw/polyclip.h [new file with mode: 0644]
src/gaw/polyfill.c [new file with mode: 0644]
src/gaw/polyfill.h [new file with mode: 0644]
src/gaw/polytmpl.h [new file with mode: 0644]
src/modern/main.c [new file with mode: 0644]
src/modern/miniglut.c [new file with mode: 0644]
src/modern/miniglut.h [new file with mode: 0644]