Wynell Posted January 26, 2021 Share Posted January 26, 2021 Hello! On my server I have many images, which I need to load dynamically and display when needed using PIXI So I think using app.loader.add() is a bad idea, but I found a PIXI.Texture.from() method that allows me to load images by urls into textures. I've also found that these textures are saved in cache too. So the main question of this Topic is: Is it a good idea to use PIXI.Texture.from() to load images dynamically or is there a better way to do that? And how to display a placeholder image until the specific image is loading? 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.