Fastest Frame Rate?

Colin Holgate colinholgate at gmail.com
Sat Mar 23 20:46:19 EDT 2019


Are you testing on mobile yet? There is LiveCode code that will make that be faster than desktop.


These sort of things:

on preopenstack

  if the environment is mobile then

    iphoneSetRedrawInterval 1

    set the compositorType of this stack to "OpenGL"

    set the compositorTileSize of this stack to 64

    set the compositorCacheLimit of this stack to 1024*1024*128

  end if

end preopenstack


> On Mar 23, 2019, at 6:38 PM, Rick Harrison via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> 
> I find I get equally good results
> by alternately setting the blend level
> of the blue rectangle to 100 and
> then back to 0.  It has fewer lines
> of code too.
> 
> I still see flicker though.
> 
> Rick
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list