This is a Pixi.js studio that allows you to draw floor plans. You can draw walls, doors, and other shapes, and you can edit and move them around. Mainly developed as a part of the Plannify project: https://github.com/m-agour/Plannify
- Draw walls, doors, and other shapes
- Edit and move shapes
studio.mp4
To get started, clone this repository and open it in your favorite code editor. Then, run the following command to start the development server:
npm run dev
The development server will open a browser window at http://localhost:3000. You can then start drawing your floor plan.
The following commands are available:
npm run dev