HeadClot Posted September 24, 2017 Share Posted September 24, 2017 Hey everyone, With the recent announcement that Microsoft will be increasing the amount of resources to developers on Xbox One. I would like to know if it is possible to build a UWP app for the Xbox one that is not a Win32 application wrapped in a UWP Shell. I know that @davrous has made a UWP application tutorial using Babylon.JS but that was for the Windows phone and Windows Store. So It may have been a Win32 application wrapped in a UWP shell. Similar to how Electron UWP does it. So in short I am asking 2 things - 1. Would it be possible to get a tutorial on building a UWP app for Xbox One? 2. Is it possible to make a hybrid application for the Universal windows platform that is not win32 wrapped in a windows shell? If some one could chime in on this that would be great. Thank you for your time, HeadClot Quote Link to comment Share on other sites More sharing options...
davrous Posted September 25, 2017 Share Posted September 25, 2017 Hello, To build a babylon.js app for Xbox One, you simply need to either build a C# UWP app with a WebView displaying the babylon.js content or a JavaScript UWP app, which could kind either a hosted web app (code will live on your own web server) or classic app where the resource will be embedded with your app. You can also build a Progressive Web App and use PWA builder to make it a UWP app: http://www.manifoldjs.com/generator David HeadClot 1 Quote Link to comment Share on other sites More sharing options...
HeadClot Posted September 25, 2017 Author Share Posted September 25, 2017 2 hours ago, davrous said: Hello, To build a babylon.js app for Xbox One, you simply need to either build a C# UWP app with a WebView displaying the babylon.js content or a JavaScript UWP app, which could kind either a hosted web app (code will live on your own web server) or classic app where the resource will be embedded with your app. You can also build a Progressive Web App and use PWA builder to make it a UWP app: http://www.manifoldjs.com/generator David Thank you so much! davrous 1 Quote Link to comment Share on other sites More sharing options...
MackeyK24 Posted March 1, 2018 Share Posted March 1, 2018 Yo @HeadClot this type of thing is built into the upcoming Toolkit version.... complete Xbox Live SDK (depending on your account) including live development on your Xbox directly from the toolkit it automatically supports using the Full Core Window space and run your games full 1080p HD resolution ... plus all the other stuff like GameDVR , leaderboards, local multiplayer and HUB pages on xbox live. Coming Soon HeadClot 1 Quote Link to comment Share on other sites More sharing options...
HeadClot Posted March 11, 2018 Author Share Posted March 11, 2018 Hey @MackeyK24 - Just seeing this - Please let me know if there I can do to help Quote Link to comment Share on other sites More sharing options...
MackeyK24 Posted May 24, 2018 Share Posted May 24, 2018 On 2/28/2018 at 10:12 PM, MackeyK24 said: Yo @HeadClot this type of thing is built into the upcoming Toolkit version.... complete Xbox Live SDK (depending on your account) including live development on your Xbox directly from the toolkit it automatically supports using the Full Core Window space and run your games full 1080p HD resolution ... plus all the other stuff like GameDVR , leaderboards, local multiplayer and HUB pages on xbox live. Coming Soon Yo @HeadClot this is now natively supported by Toolkit ... check out the docs https://doc.babylonjs.com/resources/10_windowsplatform GameMonetize and HeadClot 2 Quote Link to comment Share on other sites More sharing options...
HeadClot Posted May 28, 2018 Author Share Posted May 28, 2018 On 5/24/2018 at 10:02 AM, MackeyK24 said: Yo @HeadClot this is now natively supported by Toolkit ... check out the docs https://doc.babylonjs.com/resources/10_windowsplatform Thank you. Giving this a read 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.