BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
813 stars 232 forks source link

how can I configure engine in v4.0.0-rc.1 #253

Closed TanLocc closed 3 years ago

TanLocc commented 3 years ago

I am using version v4.0.0-rc.1, I don't how to configure engine, as its instructions are in physics, but I don't find.

codehasbug commented 3 years ago

You can build from source code which branch is 'release-4.0.0'.

TanLocc commented 3 years ago

Can you specify more?Please.

codehasbug commented 3 years ago
git clone https://github.com/BabylonJS/Editor.git
cd Editor
git checkout release/4.0.0
npm install
npm run build

After that you can found a folder "electron-packages" cd electron-packages you can see files of binary. system: Ubuntu 20.04 you can follow "README.md" file to build them on other platform, If you use different system.

codehasbug commented 3 years ago

2021-01-22 11-14-58 I guess you want to see these options. If that is it, you can build this project by youself. I already wrote an example on Linux platform.

TanLocc commented 3 years ago

Unfortunately when I use the Windows system, I will probably wait for you to release a new version. Thank guy very much !

julien-moreau commented 3 years ago

Hey thanks @codehasbug for you help! As there is a need, the rc.2 will be released today to fit your needs :)

To change the physics engine and make the project working I have created the documentation available here: https://github.com/BabylonJS/Editor/blob/release/4.0.0/doc/08%20-%20using-physics/doc.md

julien-moreau commented 3 years ago

@TanLocc deployed!