Skip to content

Commit

Permalink
Update blog/2024-10-03-pixi-v8-particle-container.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Karl <[email protected]>
  • Loading branch information
GoodBoyDigital and bigtimebuddy authored Oct 7, 2024
1 parent 16014f8 commit 4d1678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-10-03-pixi-v8-particle-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PixiJS v8 has taken speed to the next level with the release of its new `Particl

The key difference in PixiJS v8 is that the `ParticleContainer` doesn’t deal with sprites any more, it works with lightweight **particles**. While particles share many properties with sprites (like texture, position, anchor, scale, rotation, alpha and color), they cut out unnecessary overhead. The result is **speed**, pure and simple.

How fast, you ask? Well, take a look on my machine (which admittedly is a brand new mac pro!):
How fast, you ask? Well, take a look on my machine (Macbook Pro M3):

- **Sprites + Container**: 200,000 at 60fps.
- **Particles + ParticleContainer**: 1,000,000 at 60fps!
Expand Down

0 comments on commit 4d1678f

Please sign in to comment.