Sanyok2611 Posted December 15, 2021 Share Posted December 15, 2021 Hello. I've written an app with html+js+pixi. In index.html I have a canvas container and i append pixi app view to it. All scene settings and app logic are in main.js. In main I have functions like init(), onWindowResize() etc. Also I have some imports of own classes. example of CameraControls and a part of main are included I use jquery in main for user interface. So, I am interested in how can I use all my scripts in react application. Should I use react-pixi or react-pixi-fiber? Or it is possible to use my scripts somehow? main.js CameraControls.js 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.