securet Posted December 6, 2016 Share Posted December 6, 2016 hey I really like the editor that comes along with the Babylon playground, is there a offline Version, that can be used as a JavaScript IDE? Quote Link to comment Share on other sites More sharing options...
royibernthal Posted December 6, 2016 Share Posted December 6, 2016 I know some people here are hosting the playground on their own websites. If it's open source, you'll probably be able to download the code and use it offline as well. I'm not sure however if it's indeed open source or if it's given only to specific members. There's nothing that can be called an IDE though, you should develop your bjs app in a standard javascript/typescript environment. The purpose of the playground is to share code online with other members. If you'll use typescript, you'll have intellisense that'll be just like the one in the editor that comes along with the playground. Quote Link to comment Share on other sites More sharing options...
Temechon Posted December 6, 2016 Share Posted December 6, 2016 It's now open-source, and can be found in the main Babylon.js repo (under a folder called 'playground') Quote Link to comment Share on other sites More sharing options...
Wingnut Posted December 6, 2016 Share Posted December 6, 2016 Welcome to the forum, @securet... good to have you with us. Yeah, the playground rocks, eh? I love that thing. Don't forget about the playground docs, and playground editor hot keys list. (I hope those are still fresh) Take them with ya, too. Holy crap, it's @Temechon! Did they finally release you from Guantanamo Bay? 'Bout time, huh? You were coding their Oculus Waterboarding VR, right? heh. (good to see you, wayfaring stranger!) Temechon 1 Quote Link to comment Share on other sites More sharing options...
Sebavan Posted December 6, 2016 Share Posted December 6, 2016 The component in use is Monaco and this is the same as vscode. Take a look at it explains all the basis to use it locally. The local dev chapter is the one that will give you a pg like experience locally with the support of breakpoints as well. Pryme8 and GameMonetize 2 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.