alec101 / OSInteraction

Multi-monitors / HID handling / everything you need for an OpenGL application or game under Windows/Mac/Linux
23 stars 3 forks source link

Replace filePNG, fileTGA, mzPacker with stb_image #5

Open ghost opened 9 years ago

ghost commented 9 years ago

https://github.com/nothings/stb/blob/master/stb_image.h

Its just a header that decodes

It uses SIMD technology, and a lot of people use it, i think its pretty well maintened. They have a lot of neat stuff, like orbis decoder as well.

alec101 commented 9 years ago

It can handle more formats... i'll look more into it

ghost commented 9 years ago

I can try and look into it tonight if you want to focus on something else.

alec101 commented 9 years ago

If you really think this is better, ok, but it might take a lot of time to replace these files and not sure this is a real problem.