An open API service indexing awesome lists of open source software.

https://github.com/feenix100/draw_floor_plan_2d

floor plan drawing app in javascript
https://github.com/feenix100/draw_floor_plan_2d

diagram drawing plan

Last synced: over 1 year ago
JSON representation

floor plan drawing app in javascript

Awesome Lists containing this project

README

          

---

# 2D Floor Plan Generator Javascript Web App

## Overview

This web app allows users to draw a 2D floor plan for a house or building. Click and drag the mouse to draw a square. It provides a simple and interactive way to visualize floor plans directly in the browser.
For example this app can be used to create a fire escape plan.

## To use:
Open ```index.html``` in a browser.

## Features

- **Dynamic Drawing**
- **Responsive Canvas**
- **Real-Time Updates**

## Future Enhancements

- **Multiple Rooms**: Support for drawing multiple rooms, closets, and doors.
- **Interactive Elements**: Allow users to drag and drop elements on the floor plan.
- **Custom Styling**: Enable users to customize colors and line styles.

---