PVR compressed textures in Monkey-X

Monkey Targets Forums/iOS/PVR compressed textures in Monkey-X

sygem(Posted 2014) [#1]
Anyone fancy compressing their textures to at least a quarter of their original size? Why not use PVR compressed textures then!

Yes, Monkey-X can support these lovely little beauties - if you are willing to have a bit of a hack ;)

It's a lot of code though, so I have written a blog post explaining how to get it working. Click here for the details!

Would be nice to get this added to Monkey officially at some point...


Beaker(Posted 2014) [#2]
Looks great. Thanks for sharing.


anawiki(Posted 2015) [#3]
That's a great start, but this code has memory leaks. It will work fine if you don't load many textures, but if you load/release/load/... it will crash your app.