Don Desmond Posted September 28, 2018 Share Posted September 28, 2018 Hi! there game makers. I wish to ask if anyone knows where and how i can make my first mobile app with babylon, as i have studied the basics of babylonjs. Please paste the links. Thanks as you do so Quote Link to comment Share on other sites More sharing options...
devAxeon Posted September 28, 2018 Share Posted September 28, 2018 Hi @Don Desmond Take a look at https://cordova.apache.org/ There's a lot of tutorials on the web Don Desmond 1 Quote Link to comment Share on other sites More sharing options...
JohnK Posted September 28, 2018 Share Posted September 28, 2018 Hi @Don Desmond and welcome to the forum from me. First of all any Babylon.js app will run straight away on a mobile provided you have added touch control. See the HTML template in First Steps and note the addition of PEP using the <script> tag and this setting for the canvas <canvas id="renderCanvas" touch-action="none"></canvas> //touch-action="none" for best results from PEP At the start I would advise trying out your basic ideas in a playground on a PC where you can get specific help. Then you can start to look on ways to optimize you code for a mobile. You can do a search for mobile in this forum and a search for optimize in the docs. Good look with your game. Don Desmond 1 Quote Link to comment Share on other sites More sharing options...
Don Desmond Posted September 28, 2018 Author Share Posted September 28, 2018 Thanks very much @JohnK for your reply i'll do just that Quote Link to comment Share on other sites More sharing options...
Don Desmond Posted September 28, 2018 Author Share Posted September 28, 2018 Thanks too @devAxion devAxeon 1 Quote Link to comment Share on other sites More sharing options...
Nodragem Posted September 28, 2018 Share Posted September 28, 2018 if you actually want to wrap your HTML5 game into a downloadable application, have a look at this thread: it seems that @max123 sorted out the tricks to export for iOS. 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.