php-laff
php-laff copied to clipboard
Stackable option?
Hello. It's great that you can see which level the items are on afterward. I need to be able to specify the level, i.e., heavier items need to be restricted to the first level only. Would it be difficult to implement something like this? Thank you.
Sure it would be possible yet that would require some serious changes. Currently the algorithm is a PHP implementation of "An Efficient Algorithm for 3D Rectangular Box Packing" paper by M. Zahid Gürbüz, Selim Akyokus, Ibrahim Emiroglu and Aysun Güran.
Weight has not been factored in but I suppose it could be added. Contributions are welcome as I'm flooded with work and don't have time at the moment to implement these features. I'm happy to accept contributions and discuss possible implementations though.
Thanks for the response. I will take a closer look at the current code when I get a chance. Really, though, it's not about weight, but just about being able to restrict certain items to the lowest level. Would that make changes any easier?
Sure would! Will pick this up when I get the time to work on this again.