Search found 7 matches

by zuo
Fri Dec 29, 2023 1:40 pm
Forum: Sweet Home 3D bar
Topic: Python Binding for Sweet Home 3D js
Replies: 3
Views: 6249

Re: Python Binding for Sweet Home 3D js

<t>I fix license by adding a GPLv3. <br/>
<br/>
It is a component for Streamlit python lib. It create a web server with a frontend using python code that can interact with some callbacks with python. So I use vite to create the component that through streamlit callbacks get input and give output to ...
by zuo
Thu Dec 28, 2023 8:33 am
Forum: Sweet Home 3D bar
Topic: Python Binding for Sweet Home 3D js
Replies: 3
Views: 6249

Python Binding for Sweet Home 3D js

<r>To get closer to recent improvement with python and AI I make a minimal Streamlit plugin for python. It with few line of code can draw programmatically the paramiters passed and it can also manually modified, that return the drawed configuration.<br/>
<br/>
Codebase: <URL url="https://gitlab.com ...
by zuo
Thu Nov 30, 2023 8:49 pm
Forum: Developers
Topic: Port SweetHome3DJS on docker
Replies: 8
Views: 5934

Re: Port SweetHome3DJS on docker

Scuseme, I speak about Tomcat (to refer to .war), because the php version seems to have more features. Both versions will be maintained?
I will study that parts of codes and I will ask more questions.
Thank you!
by zuo
Thu Nov 30, 2023 7:09 pm
Forum: Developers
Topic: Port SweetHome3DJS on docker
Replies: 8
Views: 5934

Re: Port SweetHome3DJS on docker

Thanks now I can use a working version https://gitlab.com/nicolalandro/study-sweethome3djs (I put the build test into de build folder).
The php seams work correctly but the tommac what can do?
by zuo
Thu Nov 30, 2023 5:25 pm
Forum: Developers
Topic: Port SweetHome3DJS on docker
Replies: 8
Views: 5934

Re: Port SweetHome3DJS on docker

So for now do not compile on linux?

So If i want to run it in my local environmet what can I do?

It is possible to contibute to developments?
by zuo
Wed Nov 29, 2023 11:15 pm
Forum: Developers
Topic: Port SweetHome3DJS on docker
Replies: 8
Views: 5934

Port SweetHome3DJS on docker

<r>I'm trying to build SweetHome3D JS with docker:<br/>
I use jdk 11 and node 14, i try to install with ant but viewerLibraries give the following errors:<br/>
<br/>
BUILD FAILED<br/>
/code/build.xml:87: Warning: Could not find file /code/tools/JSweet/build/js/bundle.js to copy.<br/>
<br/>
Also if ...
by zuo
Sun Sep 12, 2021 9:10 am
Forum: New versions
Topic: Shape Generator plug-in
Replies: 37
Views: 378544

Re: Shape Generator plug-in

<r>Hello, I want to fork this plugin in order to create two ones:
<LIST><s>[list]</s>
<LI><s>[*]</s> stairs creation (you can set number of stairs, dimension and direction changing...)</LI>
<LI><s>[*]</s> roof creation (you specify a base shape and automatically create a roof with that shape)</LI ...