WenJun Posted March 18, 2021 Share Posted March 18, 2021 Hi everyone: I’m working hard to improve text zoom performance recently, I have implemented text rendering according to the method in this article. Now I need to integrate it into pixi.js, is there some good solution to do this? ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
WenJun Posted March 18, 2021 Author Share Posted March 18, 2021 ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted March 18, 2021 Share Posted March 18, 2021 Have you looked in https://pixijs.io/examples/?v=v5.3.8#/mesh-and-shaders/triangle-color.js ? btw dont switch version to "latest development" it seems we broke something Quote Link to comment Share on other sites More sharing options...
WenJun Posted March 19, 2021 Author Share Posted March 19, 2021 I have found an example that Integrated msdf text rendering into pixi.js, I want to imitate this demo, but I'm not sure if it will work? DEMO: https://stackblitz.com/edit/steve-wip-pixi-msdf-text-v5-55u9mn?file=MSDFText.ts, it is also implemented by extending PIXI.Mesh. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.