1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
ctruLua/libs
Firew0lf eae356ce80 Added the :save() method to textures, Added support for some image formats
The new image formats are loaded with stb_image, and the textures are saved with stb_image_write.
https://github.com/nothings/stb
You can now load GIFs (not animated), PSD, TGA, HDR, PIC and PNM.
The texture loading still uses sfil for JPEG, PNG, and BMP. You can force the use of stbi by loading with
the "type" argument in texture.load() set to 242 (or anything 5<x<250, but 242 is a good value).
The :save() formats are PNG and BMP only.
2016-03-26 16:49:23 +01:00
..
3ds_portlibs ADDED AUDIO! WAV working perfectly 2015-12-27 19:54:58 +01:00
aemstro Added missing dependicies 2015-08-17 21:10:54 +02:00
lua-5.3.2 Updated to Lua 5.3.2 2015-12-04 18:30:38 +01:00
lzlib Moved lzlib to the libs directory (cleaner) 2015-10-04 12:08:25 +02:00
sf2dlib Updated sf2dlib, added a "thickness" argument to lines (warning: break some old lines), Added WIP render targets, Added arguments (main file and root path) 2016-03-22 21:48:52 +01:00
sfillib More .gitignore 2015-08-18 12:23:22 +02:00
sftdlib Updated to the latest ctrulib, Fixed some minor bugs. 2015-12-14 23:11:45 +01:00
stb/include Added the :save() method to textures, Added support for some image formats 2016-03-26 16:49:23 +01:00
tremor Added Tremor Ogg decoder, removed libvorbis from Makefile. OGG audio working perfectly. 2015-12-29 17:25:34 +01:00
ttf-bitstream-vera-1.10 Added ctr.gfx.text and the Bitsream Vera font 2015-08-19 14:32:53 +02:00