Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for v8? #424

Open
mattevans-dev opened this issue Mar 6, 2024 · 5 comments
Open

Support for v8? #424

mattevans-dev opened this issue Mar 6, 2024 · 5 comments

Comments

@mattevans-dev
Copy link

Hi,
This is a fantastic library! Now that Pixi has released v8, I was wondering if you had plans to support it in the future?

Thanks,
Matt

@mimshwright
Copy link
Owner

I'm not doing much work on it these days but I support the idea to update it to the latest major version.

If anyone wants to do a PR I'd appreciate the help.

@reececomo
Copy link

reececomo commented Mar 26, 2024

Shortcut for later:

I think the main impact for this library will (obviously) be the changes to Sprite and Text - i.e. creating text, and sprites/text no longer have children. PIXI 8 is awesome performance improvements, but it'll be clunky transition.

edit: actually after having a proper look – it shouldn't be too difficult

@yunsii
Copy link

yunsii commented Jun 20, 2024

I'm not doing much work on it these days but I support the idea to update it to the latest major version.

If anyone wants to do a PR I'd appreciate the help.

How about if I create a PR for it recently?

@yunsii
Copy link

yunsii commented Jun 21, 2024

I have to create a new repo https://github.com/yunsii/pixi-tagged-text-plus to support pixi.js v8, because of some strange bugs. The new repo using vite to develop and better DX.

It supported v8 already with 2 migrated demos only, and here has a verticle align defect to render inline images with demo 2, online demos: https://pixi-tagged-text-plus.vercel.app/demos

PR is welcome, and the defect seems not easy to handle 😂

@yunsii
Copy link

yunsii commented Jun 22, 2024

All demos has been migrated, and pixi.js v6 demos also deployed https://pixi-tagged-text-plus-git-pixi-v6-yuns-projects-7ce32866.vercel.app/demos?_vercel_share=SVRTebVS7Pktw3ZhP5VNhlzYjoIwBcKz

Some obvious defects (v6 vs v8):

  • verticle align of inline images
    image

  • debug mode
    image

  • font properties?
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants