Jump to content

How to dynamically load an image in PIXI?


Wynell
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...