GBear Posted December 7, 2016 Share Posted December 7, 2016 hi. i'm developing mmorpg with webgl it play on pc and mobile mobile has shared memory with system and gpu and memory is very low, specially iphone our game are using png or jpg but it need very big gpu memory do you have any tips to reduce memory? we are considering texture compressed but mobiles need different format for example android etc1 or dxt1 ios pvr is there tools to convert png to compressed texture automatically? thx.. everybody Quote Link to comment Share on other sites More sharing options...
mattstyles Posted December 8, 2016 Share Posted December 8, 2016 https://github.com/libgdx/libgdx/wiki/Texture-Compression can handle png to etc1, if you have xcode then texturetool can handle png to pvr. Quote Link to comment Share on other sites More sharing options...
alex_h Posted December 9, 2016 Share Posted December 9, 2016 You can download pvrtextool from here https://community.imgtec.com/developers/powervr/tools/pvrtextool/ If you download the CLI then its easy to create a script to batch convert all the pngs in a folder Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.