Jump to content

Performance Tips for many Graphics


DESCHREU
 Share

Recommended Posts

Hello, I'm new to the Pixi world and I have a question about performance.

I need to draw a grid made up of simple lines and curves. There are about 5000 lines

In my first project it was a single graphic object.

I read the following in the documentation:

Performance: Graphics objects are generally quite performant. However, if you build highly complex geometry, you may pass the threshhold that permits batching during rendering, which can negatively impact performance. It's better for batching to use many Graphics objects instead of a single Graphics with many shapes.

Would you create a new graphic object for each line/curve?

Or are there other options? Convert GraphicObject to a Texture?

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...