Hi!
I slogged away and now have what I consider a feature-complete version 1.0. In any event, the API is basically in place. A few use cases can be found in main.lua ; these can be enabled by changing the appropriate
--[[
lines to
---[[
(I’m still uncertain whether the somewhat odd capture results are par for the course with groups or an error on my part.)
As a reminder, the current WIP is here. I think I’ll freeze that once I finally submit this as a plugin, in the not-too-distant future.
Also, while probably not the most exciting reading material, the current documentation can be found here. This is very much a first draft, which aims above all for accuracy, but could probably stand a few revisions for clarity. Any constructive criticism would be most appreciated!
Bug testing ought to follow fairly soon, though I think I’ll give it a few days, especially since I need to give some other things a little love. The sample I have in mind for the plugin should be equally well-suited for stress-testing the various features.
Known issue : Switching “modes” while the page is unrolling (after releasing a touch) freezes the page in place. (I have a pretty good idea of the cause.) EDIT: Seems to be fixed.