ClementCariou / virtual-art-gallery

Explore an Art Gallery in your browser.
https://clementcariou.github.io/virtual-art-gallery/build
MIT License
202 stars 84 forks source link

hilbert curve smaller order #15

Closed mfused closed 3 years ago

mfused commented 3 years ago

hello, the most amazing gallery we found open-sourced yet! congratulations! regarding map.js, could you pls help us with mapping it to hilbert curve of smaller order, 2 or 4?! it would be interesting for everyone with smaller amount of images. thank you!

ClementCariou commented 3 years ago

Hello,

Thank you for the compliments. 🙂 The order of the hilbert curve is set at line 202 in map.js, the argument n corresponds to this parameter. You just have to change n=7 into n=4.

I hope I helped.