pixi-compressed-textures icon indicating copy to clipboard operation
pixi-compressed-textures copied to clipboard

KTX support?

Open delaneyj opened this issue 5 years ago • 3 comments

Using Babylon.js where I can use KTX. Is there any thought about including this in Pixi.js?

delaneyj avatar Sep 06 '19 17:09 delaneyj

I don't know whats KTX is, but its not that difficult to add any new format supported by WebGL here, if you are familiar with functions like texImage2D.

ivanpopelyshev avatar Sep 06 '19 18:09 ivanpopelyshev

@delaneyj
I made API for custom loader, you can implement KTX loading inside of plugin and add to it . Look to basis importer: https://www.pixiplayground.com/#/edit/uBgp2yLuc88YhCxU_pcQw

eXponenta avatar Sep 20 '19 23:09 eXponenta

maked = made + baked? :)

ivanpopelyshev avatar Sep 21 '19 10:09 ivanpopelyshev