Hacker News new | ask | show | jobs
by ggregoire 3047 days ago
What are the main differences with Pixi? I'm new to game dev, I picked Pixi 1 week ago because it's the one generally recommended on HN.

Both frameworks have 17,500 stars on github.

1 comments

Pixi is rendering. Phaser is full game engine (physics, sound etc.).

Phaser uses an old customized version of pixi for the visuals.

They got rid of Pixi completely in v3.
What did they replace it with?