You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyRoom is a user-friendly 2D room planner for anyone to plan for their bedroom furniture layout. Users will be able to drop a default room to the drawing space, and then move the wall and door/window. They can then drag and drop, move, rotate, and flip furniture in the room plan. There will be a furniture library provided, each with a default dimension. Once the 2D plan is finalized, users will be able to switch to a test mode to test accessibility, and visualize any part of the room that is not wide enough to walk through.
This is an individual project by Felicia Zhixin Luo, as the term project for CMU 15112 Fall 2022. cmu_112_graphics.py was developed by the course staff.
About
Local graphic interface to plan bedroom furniture layout, use of BFS to check accessibility, coded individually from scratch.