In this BabylonJS Environment Setup chapter, we will learn how to setup the environment for BabylonJS.
To start with the setup of BabylonJS -, visit the official website of Babylon.js − www.babylonjs.com. Go to the download section and choose the latest version of Babylon.js and store in your folder.
The screenshot for the same is as follows −
You can also go to GITHUB and clone the babylonjs project −
In your command line type −
git clone https://github.com/BabylonJS/Babylon.js.git go to cd BabylonJS/ npm install
The required files will be available in the BabylonJS folder.
You can use the VSCode (Microsoft Visual Studio Code) for editing.The code comes with builtin functionalities like highlighting if any error, hightlighting the syntax, etc. You can use the editor of your choice and it is not mandatory to use only VSCode.
Next Topic : Click Here
Pingback: BabylonJS - Playing Sounds and Music | Adglob Infosystem Pvt Ltd