jinzo7 Posted March 27, 2021 Share Posted March 27, 2021 Hello, everyone. We want to make a game for mobile native app on pixi. Everything on internet is so old. What is the modern way to build pixi for native ? Before years there was cocoonjs for games against cordova and phonegap. As I see cocoonjs is abandoned.We want to make very simple, non-physics game at early. So we don't need phaser or some game engines. Just pure PIXI. As details we prefer PIXI v.5 and typescript. Quote Link to comment Share on other sites More sharing options...
Exca Posted March 29, 2021 Share Posted March 29, 2021 Progressive web apps (PWA) are one way to create apps with web technologies without using wrapping. If on the other hand wrapping is needed, then cordova based ones are still the most common ones. jinzo7 1 Quote Link to comment Share on other sites More sharing options...
jinzo7 Posted March 30, 2021 Author Share Posted March 30, 2021 22 hours ago, Exca said: Progressive web apps (PWA) are one way to create apps with web technologies without using wrapping. If on the other hand wrapping is needed, then cordova based ones are still the most common ones. Thanks for the answer. I think it wont be cordova since it comes with many problems. Especially for game dev. Quote Link to comment Share on other sites More sharing options...
torbycly Posted March 30, 2021 Share Posted March 30, 2021 @jinzo7 Hi, I am in a similar position, creating a game with only pixi js, but want to make it into a native app. Had in mind to use cordova, as it seemed the only good option. what do you mean that it comes with many problems? Quote Link to comment Share on other sites More sharing options...
jinzo7 Posted March 30, 2021 Author Share Posted March 30, 2021 12 minutes ago, torbycly said: @jinzo7 Hi, I am in a similar position, creating a game with only pixi js, but want to make it into a native app. Had in mind to use cordova, as it seemed the only good option. what do you mean that it comes with many problems? Mostly problems related to the screens and performance on different divices.I read that on internet and it is old(2018,2019). So I guess the complexity of your game is big factor. Progressive web apps arent good option. React native is good alternative but it also comes with its problems. Try cordova since there is no shortcut. For myself I guess I wont do anything for native because I think there are reasons for being so unpopular. 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.