Not same, a bit harder but this is also free: https://pcon-planner.com/ and also has catalogs for actual furniture firms with actual items (where you need to register but most approve) I've learnt this because the furniture firm designed a wardrobe for us with wrong dimensions and the designer lady was surprised that I showed them why they made wrong - they put the dimensions for outside of the wall, without taking i…
Sweet Home 3D is a free interior design application
101–110 of 129 posts
Re: Sweet Home 3D is a free interior design application
#102That said, the compatibility is impressive --- which is not too surprising, given that it's Java:
Sweet Home 3D may be run under Windows 98 to Windows 11, Mac OS X 10.4 (Tiger) to macOS 13 (Ventura), various Linux systems and Solaris.
Re: Sweet Home 3D is a free interior design application
#103Earlier quoted context omitted.
It can, but when I last looked, you needed the paid version to have similar features.
I recommend modeling in Blender and importing to Unreal, which has a library of furnishings and real time rendering.
Also Blender lacks support for exact measurements AFAIK.
I tried this approach but gave up after barely achieving a rough floor plan after a day's of work.
Re: Sweet Home 3D is a free interior design application
#104A bit hidden (in the FAQ and in the SourceForge repository) but not only free: open source under the GPL :-)
I'm also surprised that Slashdot still owns SourceForge. Haven't both of these companies split ways and been through several different hands? ThinkGeek, etc.
Re: Sweet Home 3D is a free interior design application
#105Earlier quoted context omitted.
I wonder if there is a good answer for quick mapping using an iPhone’s LiDAR Scanner?
I work on an app called Polycam, and we have an automated Room / floorplan capture mode. We actually announced some updates to it earlier this week: https://twitter.com/Polycam3D/status/1623730477637959680
One thing I struggle with though is making sure that the capture is robust enough before I move on. I usually only really know that something is off when the capture is done already. Can I “touch up” an existing capture by doing another local scan of a problematic area?
Re: Sweet Home 3D is a free interior design application
#106I tried hard to make Sweet Home work for me. It solves the quick and dirty use case but I really wanted something where I could measure out every dimension in the house with a laser measurer, describe the shape and the relationships between the objects and let the computer do the rest. In a program like Sweet Home, and every other floor plan program out there if you make one change (like updating the measurement of t…
I shared the same frustration, but I finally gave up, and guess what, I was able to fulfill my projects and have a good insight about what my layout will be even with ~5cm difference. I learned to relax about absolute measures and think more about feeling and subjective dimensions.
Re: Sweet Home 3D is a free interior design application
#107Earlier quoted context omitted.
Parametric modelling - OpenSCAD (which you mention) is commonly used for that style of handwritten arithmetic and has a few python-based alternatives like CadQuery. In GUIs, FreeCAD has an architecture module that aims to be fully featured (never used it), but for just parametric drawings, SolveSpace is lightweight and probably more pleasant to use.
OpenSCAD is completely the wrong tool for the job. You want a graphical parametric modeller. The only vaguely decent FOSS one is SolveSpace. It's a bit lacking for actual CAD (no fillets!) but it works fine for 2D layout. I have actually used it for that (actually I did full 3D modelling of part of my house) and it worked ok, however I would say that measuring things with a laser and copying them into CAD is not a ve…
I'd say most houses don't even have straight walls, so you should be very happy if what you got is vaguely a trapezoid.
Re: Sweet Home 3D is a free interior design application
#108I had a need for this kind of tool a while ago, and this was the ONLY decent option I found. I'm just wondering what alternatives are even available. I figured there must be some professional software for this, but if so, I don't know what it is. I was pretty happy with this for whatever project I was doing at the time. I recently started using inkscape, for a general purpose drawing of my house. I can also include l…
As an architect I can confirm that there's indeed a lot of professional software for this. The ones I usually work in are Revit and ArchiCAD, which are tailored for architects. Our interior architects also use Sketchup a lot. There's also more general-purpose CAD software like AutoCAD and Vectorworks available.
Re: Sweet Home 3D is a free interior design application
#109I tried hard to make Sweet Home work for me. It solves the quick and dirty use case but I really wanted something where I could measure out every dimension in the house with a laser measurer, describe the shape and the relationships between the objects and let the computer do the rest. In a program like Sweet Home, and every other floor plan program out there if you make one change (like updating the measurement of t…
Re: Sweet Home 3D is a free interior design application
#110I tried hard to make Sweet Home work for me. It solves the quick and dirty use case but I really wanted something where I could measure out every dimension in the house with a laser measurer, describe the shape and the relationships between the objects and let the computer do the rest. In a program like Sweet Home, and every other floor plan program out there if you make one change (like updating the measurement of t…
What I ended up doing when I was in a similar situation is manually edit the XML(sh3d files are XML) with proper measurements and coordinates after first doing a rough sketch on the GUI. I haven't used that tool for a while, but I think that it includes a table with all the items (walls, etc.) where you can enter the measurements. Ultimately I think of sweethome3d as a sweet spot between paint and a full-blown CAD pr…