Coder2195 Posted March 8, 2021 Share Posted March 8, 2021 How do I make buttons in PIXI.JS? Is there a library out there I could use? If so, what is it? (Make sure it's PIXI v5 or higher) If not, what alternatives could I use? Quote Link to comment Share on other sites More sharing options...
jonforum Posted March 8, 2021 Share Posted March 8, 2021 3 hours ago, Coder2195 said: How do I make buttons in PIXI.JS? Is there a library out there I could use? If so, what is it? (Make sure it's PIXI v5 or higher) If not, what alternatives could I use? https://pixijs.io/examples/#/interaction/interactivity.js Quote Link to comment Share on other sites More sharing options...
johncl Posted May 5, 2021 Share Posted May 5, 2021 (edited) Remember that its always possible to use a transparent div on top of the Pixi powered canvas where you can use plain html/css for your UX stuff and you can all the CSS shenanigans to animate it as well. Edited May 5, 2021 by johncl 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.