init
authorhgn <hgodden00@gmail.com>
Wed, 6 Apr 2022 00:04:48 +0000 (01:04 +0100)
committerhgn <hgodden00@gmail.com>
Wed, 6 Apr 2022 00:04:48 +0000 (01:04 +0100)
commit6c3271c6e76e1e3d3b0a5ab6ea466827832d3046
tree580b402bc83cadb1a895f1cb6682b796bbaf851d
init
15 files changed:
.gitignore [new file with mode: 0644]
__init__.py [new file with mode: 0644]
src/convexer.c [new file with mode: 0644]
src/cxr_math.h [new file with mode: 0644]
src/cxr_mem.h [new file with mode: 0644]
src/nbvtf/librgbcx.h [new file with mode: 0644]
src/nbvtf/nbvtf.h [new file with mode: 0644]
src/nbvtf/rgbcx.h [new file with mode: 0644]
src/nbvtf/rgbcx_table4.h [new file with mode: 0644]
src/nbvtf/stb/stb_dxt.h [new file with mode: 0644]
src/nbvtf/stb/stb_image.h [new file with mode: 0755]
src/nbvtf/stb/stb_image_write.h [new file with mode: 0755]
src/nbvtf/vtf_cmd.c [new file with mode: 0644]
src/solid.h [new file with mode: 0644]
src/test.c [new file with mode: 0644]