SussyLisa Posted September 9, 2022 Share Posted September 9, 2022 Hello. I need some way to make common browser UI(scrollable lists, file picker,popups) with pixijs. My needs: 1. Will need to share data with pixijs( access read file content in Pixi, shared plain JS array objects that act as state for react UI elements and accessible in pixijs). 2. Don't really need further interaction between react and Pixi beyond sharing data. 3. Don't really care for (and would very much prefer not to) using Pixi like react's functional style. Is this possible? If not, can someone recommend a simple js UI library that does the above(file picker, popup, scrollable list). Again, they don't need to have a functional style like react. I'm using pixiv6 with pixi-viewport. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 13, 2022 Share Posted September 13, 2022 Yes, that's how people usually do it. 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.