Giter Site home page Giter Site logo

Comments (8)

joergplewe avatar joergplewe commented on April 28, 2024 1

Hi!
I think I checked both v7 ParticleContainer and regular Container.
I will provide a playground ASAP to be sure.

from pixijs.

GoodBoyDigital avatar GoodBoyDigital commented on April 28, 2024

hey @joergplewe do you have a v7 example of this being slower? is this being compared to a v7 ParticalContainer or regular Container?

from pixijs.

GoodBoyDigital avatar GoodBoyDigital commented on April 28, 2024

a bit more context

  • Regular container should be faster on v8 than v7 (or this is a regression)
  • ParticleContainer does all transforms on the GPU so will be faster.

from pixijs.

joergplewe avatar joergplewe commented on April 28, 2024

As always no simple answer.
https://www.pixiplayground.com/#/edit/GQGWEeMK8aMzR2kpMlV5_

Ok, ParticleContainer in fact is not affected by moving it. v7 regular Container is.
And v8 Container is definitely way more powerful then v7, which makes them hard to compare and benchmark.

I tried to measure them both with 200000 children using the regular Container:

  • v7 drops from 22 FPS to 17
  • v8 drops from >>60 FPS to 29 (v8 falls below 60 FPS unmoved only at ~500000 children)

from pixijs.

GoodBoyDigital avatar GoodBoyDigital commented on April 28, 2024

cool! ok, that makes sense!

we will make a particle container soon :)

for v8 you also have the renderGroup option:

https://www.pixiplayground.com/#/edit/i5fhM3waCCkMSaOnVD2va

this will be super fast as long as things inside the container remain static!

from pixijs.

joergplewe avatar joergplewe commented on April 28, 2024

Ah thanks for the hint. I will investigate.
I still feel that the relatively huge performance drop in v8 is suspicious, isn't it?

from pixijs.

photonstorm avatar photonstorm commented on April 28, 2024

Ah thanks for the hint. I will investigate. I still feel that the relatively huge performance drop in v8 is suspicious, isn't it?

It's 60fps when nothing is happening - because the renderer in v8 knows nothing is moving, so isn't actually doing anything at all. Just skipping the render loop. So the moment you move everything, it has to start rendering them all again, hence the fps drop. I'd say this is entirely expected (given the volume of sprites here)

from pixijs.

joergplewe avatar joergplewe commented on April 28, 2024

Ok, thx, I think I got it.
From the numbers above I'd conclude that the v8 renderer is 29/17 times faster than v7 :)

Closing the issue then.

from pixijs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.