owlsketch / filetwist

A swipe file for the internet!
1 stars 0 forks source link

File placement and layering. #4

Open owlsketch opened 8 years ago

owlsketch commented 8 years ago

Currently items are just float left within the container. It would be better to have them load at the exact center of the board, and have layering of files. That is, if 3 files, a, b, and c are loaded. Then a is the lowest, and c is the highest in the layering.

Should there be an individual layer for each item or should it be nested by allowing the user to make their own layers? That is: Layer 1 => Item 1, Item 2, Item 3; Layer 2 => Item 1, Item 2, Item 3 where the Items are layered locally, and the layers are layered globally.

owlsketch commented 8 years ago

I have made all objects to be positioned absolute, in this manner, regardless of how many files are loaded, they do not break the bounds of the artboard/screen. They do overlap over one another, an offset for this might be nice.