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
- Host: GitHub
- URL: https://github.com/feenix100/draw_floor_plan_2d
- Owner: feenix100
- License: gpl-3.0
- Created: 2024-07-25T04:37:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T23:27:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T08:23:09.465Z (over 1 year ago)
- Topics: diagram, drawing, plan
- Language: HTML
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
---