davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.04k stars 174 forks source link

Is this project suitable for @pixi/react? #489

Closed imMadsen closed 4 months ago

imMadsen commented 4 months ago

I have seen a lot of issues tried a lot of "solutions" but had zero luck getting this library to work with @pixi/react If anyone has had any luck would you mind sharing?

I could try to post my current solution but it's basically almost all combinations from #438, but no dice.,

imMadsen commented 4 months ago

I finally got it working I think. For anyone else with this issue I published a plain example app based off the Custom Components example from the Documentation

Best of luck