aalavandhaann / blueprint-js

The Javascript es6 version of the original furnishup/blueprint3d. Need some royalty free low poly models for the inventory. Can someone help me with this?
MIT License
493 stars 156 forks source link

Ability to add and move items from 2d view #59

Closed zainmalik88 closed 3 years ago

zainmalik88 commented 3 years ago

Greetings, good to see some great updates added in newer version. Ideally i think it should let users add obbjects from 2d view too + objects should stop movement on collision with walls, this will make it much more realistic. thanks.

aalavandhaann commented 3 years ago

Hello ZainMalik,

Many many thanks for your kind suggestions. As of now I am more focused in getting more core features. Of course these requirements are important but there are more pressing issues and requirements taking precedence. I am afraid focusing on user interaction that is only additive to current interaction might have to wait. For example, moving items on 2D is a major effort as 2D and 3D don't share the same engine. Regarding collision, the items are already snapping to walls but are not limited to their bounds, which is necessary and I agree. If you can submit a PR with that feature then I can happily validate then before integrating to the master. Please feel free to submit a PR.

Regards,

0K