Fastest Frame Rate?

Rick Harrison harrison at all-auctions.com
Sun Mar 24 00:36:09 EDT 2019


Hi Colin,

Not just yet.  I have a few more things to work on
before trying mobile.  I will be sure to use your
suggestions below.

Thanks!

Rick

> On Mar 23, 2019, at 8:46 PM, Colin Holgate via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> 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
> 





More information about the use-livecode mailing list