How do we access the clipboard on mobile devices?
hh
hh at hyperhh.de
Tue Jun 27 15:50:42 EDT 2017
> Richard G. wrote:
> ... beyond the performance gains by moving "low level binary data
> processing" to javaScript (would be nice if someone has time to
> post some apples-to-apples comparisons) ...
"Low level binary data processing" means for me for example to invert
the color data of an image of medium screen size (say 1920x1080)
_without_ using any js-package, only using pure HTML5/javascript.
Now please define "apples-to-apples comparisons" for that use-case,
best with your LC script version (so that we have the fastest possible
LC script version), and I'll add my version so that everyone can do his
own comparisons.
[Use latest LC 8.1.5, the image is a LiveCode object, say image 1]
[Simple invert means for me (r,g,b) -> (255-r,255-g,255-b)]
on mouseUp
-- start timing
...
-- end timing
end mouseUp
> Richard G. wrote:
> ... what I find most interesting in these discussions is that most of
> the interest expressed thus far has been for UI elements, something
> previously seen as LC's sweet spot.
Just the same with most externals ?!
More information about the use-livecode
mailing list