jjwallace Posted November 10, 2018 Share Posted November 10, 2018 I am building an app using Pixi as my main render. I am also using D3 and I want to use react as my UI manager. How is the best way to go about this? I am already running Pixi with Webpack and ES6 Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted November 10, 2018 Share Posted November 10, 2018 Ok, I'll write here the same thing as in almost every other thread: if you use pixi Application class - drop it. Just copy, look inside, and change it to whatever you want, because its a mashup for hello-worlds. Here's an article about Application :https://github.com/pixijs/pixi.js/wiki/v5-Custom-Application-GameLoop , however InteracitonManager is still inside renderer and you cant move it away. To use pixi with frameworks you have to understand how its components linked between and where to plug in stuff from the framework you chose. Quote Link to comment Share on other sites More sharing options...
jjwallace Posted November 14, 2018 Author Share Posted November 14, 2018 Cool stuff, I will look into this. Have you seen any projects utilizing multiple frameworks? Quote Link to comment Share on other sites More sharing options...
jjwallace Posted November 14, 2018 Author Share Posted November 14, 2018 closest thing i found so far https://www.protectator.ch/post/pixijs-v4-in-a-react-component Quote Link to comment Share on other sites More sharing options...
bjindal Posted May 3, 2019 Share Posted May 3, 2019 how can we proceed to port an existing game on react native? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted May 3, 2019 Share Posted May 3, 2019 I dont know about any pixijs apps on react native. Maybe its possible but so far i didnt see single demo. What about threejs, are there threejs apps on react native? Also, you jist necroed a thread that is not actually related to your problem. React-native is other platform, its not web. 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.