Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

is it possible to model a sliding window with physics? #7

Open
urbien opened this issue Dec 16, 2013 · 0 comments
Open

is it possible to model a sliding window with physics? #7

urbien opened this issue Dec 16, 2013 · 0 comments

Comments

@urbien
Copy link
Owner

urbien commented Dec 16, 2013

currently sliding window for infinite scrolling is implemented on a side of the layout manager. It is like a snake (or a worm) that is growing towards its tail while its head is being continuously trimmed as tail grows. The tail could grow a bit faster, so snake is elongated, but eventually the trimmer cuts the head. At the end of the content, the tail is cut short, so snake is at its shortest. The same procedure repeats in reverse when scrolling back. This algorithm is complex and it feels like some physical paradigm could reflect it better than a handcoded algo. Ideas?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant