Alchemist0823 / three.quarks

Three.quarks is a general purpose particle system / VFX engine for three.js
https://quarks.art
492 stars 23 forks source link

Ktx2 Gpu compressed format for particel textures #31

Closed arpu closed 1 year ago

arpu commented 2 years ago

Hello

would it be possible to ad ktx2 for the particel textures?

Alchemist0823 commented 1 year ago

Never hear of it. Will check it. What advantage does ktx2 provide?

arpu commented 1 year ago

ktx2 is container for basisu gpu compressed texture format work on all plattforms ios android desktop

Alchemist0823 commented 1 year ago

if browser supports it, this library supports it. the library load texture from url or uncompressed base64 image.

Alchemist0823 commented 1 year ago

actually, https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_texture_ktx.html. as long as you load with KTXLoader you will be available to use it.