Replies: 1 comment
-
For reference, I scoured existing materials – loose docs, GH issues, blogs, forum posts, etc – I just couldn't decipher what the current consensus was. IIRC - Melon.js supports automatic texture compression at load time - would Pixi.js 7-8+ have anything like that? edit: also worth mentioning I had a little play with gpu-tex-enc in a js script for bulk generating textures, which worked ok, but it felt like re-inventing the wheel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yo! Finally need to make the switch to compressed textures
Is there a widely accepted happy path in 2024 for a typical use case:
I'd be happy to drop WEBP/PNG and support only
.[xyz]
format if that is possible and simpler. Targeting only modern browser engines.cc @Zyie thought you might be able to kick me in the right direction
Beta Was this translation helpful? Give feedback.
All reactions