France
Joined: Nov 7, 2005
Post Count: 9371
Status:
Offline
Re: Sweet Home 3D JS Online
The wall modification dialog box (and other dialog boxes) is still missing. But about modifying the width of walls, I had an additional idea: I would like to add another indicator in the middle of the selected wall to change it. The indicator on the right side would let the user change the arc extent like now, and a new indicator on the left side would let him change the thickness of the wall. What do you think of this idea?
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer
Türkiye
Joined: Jun 13, 2021
Post Count: 5
Status:
Offline
Re: Sweet Home 3D JS Online
Can we use Sweet Home 3D JS Online(not only viewer, I want to use with editor) own site ? Is it open-source. If okay. When I tried to deploy with ant, why only viewer libraries exporting
France
Joined: Nov 7, 2005
Post Count: 9371
Status:
Offline
Re: Sweet Home 3D JS Online
SweetHome3DJS project is distributed under GNU General Public Licence so you can use it on your own site, as long as you respect the terms of that license, i.e. providing the source code of the modifications you may have made to the project for your needs. Read project build.xml and you’ll see that there are other targets. I guess you look for applicationBuild target.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer
Türkiye
Joined: Jun 13, 2021
Post Count: 5
Status:
Offline
Re: Sweet Home 3D JS Online
When I deploy with ant I get SweetHome3DJS-6.5.2-src\tools\JSweet\build\js\bundle.js file error (it doesn't create bundle.js file) and so I can't ant "applicationBuild" files.
France
Joined: Nov 7, 2005
Post Count: 9371
Status:
Offline
Re: Sweet Home 3D JS Online
Did you install Node? What error do you exactly get (please do not copy all the log)?
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer
Türkiye
Joined: Jun 13, 2021
Post Count: 5
Status:
Offline
Re: Sweet Home 3D JS Online
Yes node is installed, when I run ant command in cmd (BUILD FAILED C:\Users\Emirhan\Desktop\Art²kAnd\SweetHome3DJS-6.5.2-src\build.xml:79: Warning: Could not find file C:\Users\Emirhan\Desktop\Art²kAnd\SweetHome3DJS-6.5.2-src\ tools\JSweet\build\js\bundle.js to copy.),I get the error.
Türkiye
Joined: Jun 13, 2021
Post Count: 5
Status:
Offline
Re: Sweet Home 3D JS Online
I did not get any warning or error on transpiledLibraries section. Also I did not get error for j4ts-batik-svgpathparser-1.10.0-20170726/bundle.js, j4ts-swingundo-1.8.132-20170726/bundle.js and j4ts-awtgeom-1.8.132-20200519/bundle.js. They created but only tools/JSweet/build/js/bundle.js file not created. So ant says I can not move that file(tools/JSweet/build/js/bundle.js).
France
Joined: Nov 7, 2005
Post Count: 9371
Status:
Offline
Re: Sweet Home 3D JS Online
The project was built under Mac OS X and can't be built under Windows and Linux at the moment. We'll hopefully fix that in a coming version.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer