A construction-style web app (like building a cabin)

Hi everyone,

I’m building a web-based construction app using Three.js where users can create structures like a cabin.

What is the best way to:

  1. Draw walls (e.g., click-drag to create rectangular walls).

  2. Allow real-time resizing and manipulation of those walls.

  3. Display both a 2D top-down view and a 3D perspective view simultaneously, keeping them in sync?

I want to create something similar to this video :slight_smile:

2 Likes
2 Likes

Are all parts possible in Threejs?

Yeah I think so?

3 Likes