Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a plugin to create floor plan [closed]

I am looking to create a website in which I want to give users an option to create the floor plan of their house. I am looking to replicate something like http://floorplanner.com/demo#assets .

I tried to do code it with jqueryui, but found it very hard as I am not a programmer by profession.

Is anyone aware of an open source plugin that I can use in my website to create a similar tool. I searched the net for same (javascript and flash plugins) but did not get what I was looking for. I am not looking for an ideal solution, rather anything that will make it easier for me to make a final product.

Thanks, SY

like image 313
user1517108 Avatar asked Jan 29 '26 10:01

user1517108


1 Answers

Concerning Javascript/HTML5 approach, probably the best way to solve this problem nowadays would be to make use of some HTML5 canvas library like: - http://www.kineticjs.com/ - http://fabricjs.com/

or SVG library like Raphael.js: - http://raphaeljs.com/

However, this is a complex problem and you'll hardly make a good and scalable solution without deeper understanding of Javascript programming.

Take a look at a similar thread, might help you. SVG/Canvas vs Flash for FloorPlanner app

like image 147
Josip Filipović Avatar answered Jan 30 '26 23:01

Josip Filipović



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!