pushkin1 Posted April 24 Share Posted April 24 Problem Statement We have an app where we are currently using Pixi.js that allows us to render huge number of nodes with good performance ( 120 fps avg ). Now when applying borderWidth around the PIXI.Graphics using lineStyle around the rectangle we are severely facing huge FPS drops. In order to avoid adding lineStyle as a workaround we wrapped our node ( internally PIXI.Graphics in our arch ) with another node and gave it a padding to make it look like a border. Now FPS drops are not that bad but considering our use-case where the number of nodes can even go in lakhs this solution would not last long. So I'm starting this thread to discuss what optimizations can be made here to improve the performance. @ivan.popelyshev Quote Link to comment Share on other sites More sharing options...
pushkin1 Posted April 28 Author Share Posted April 28 (edited) @PixiJsForum1 @ivan.popelyshev Can anyone please help here? Edited April 28 by pushkin1 Quote Link to comment Share on other sites More sharing options...
pushkin1 Posted May 11 Author Share Posted May 11 @ivan.popelyshev can anyone help here? 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.