added cgmath, libanim, and libpsys
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 26 Dec 2021 23:40:29 +0000 (01:40 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 26 Dec 2021 23:40:29 +0000 (01:40 +0200)
commitfca3f24e31b3bbbe81ce0ef00da901480a2a92cc
tree3edec7e5fbf727decc01221b3bd5c1f02f1a7449
parente808f24e718ba3eae01b20dc3dc9e1526fd20871
added cgmath, libanim, and libpsys
32 files changed:
Makefile
Makefile.android
libs/Makefile
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/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/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/rndval.c [new file with mode: 0644]
libs/psys/rndval.h [new file with mode: 0644]