pawel.io

Results 6 issues of pawel.io

Hi, Thanks for creating this awesome list! The PR contains a proposed change to add flat.social to communication tools. It's video meeting platform that can act as a virtual office,...

Hey, I'm currently struggling with pinch and drag events triggering a pointer event in handlers for interaction for other sprites on mobile. I managed to solve it on desktop by...

Hey, I set up pixi viewport like this: ``` this.viewport .pinch() .wheel({ smooth: 3 }) .clampZoom({ minWidth: 300, minHeight: 300, maxWidth: 8000, maxHeight: 8000, }) .decelerate(); ``` So users can...

Hi! Thank you for creating this list! This PR contains a suggestion to add flat.social into the virtual events category. It's a proximity based online meeting platform where attendees can...

Hi, Thanks for creating this repo! I think that flat.social can be a good addition to your list so adding a PR with it :)

Hey everyone, Hopefully this is a simple one. I use Next.js and render my PIXI app as a dynamic component. I'm trying to use pixi-heaven to improve the peformance of...