>>>>> <mailto:kivy-users+unsub...@googlegroups.com>.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>> --
>>>> You received this message because you are subscribed to a topic in the
>>>> Google Groups "Kivy users support" group.
>>>> To unsubscribe from this topic, visit
>>>> https://groups.google.com/d/topic/kivy-users/dCRkQHLg2Oc/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> kivy-users+...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Kivy users support" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/kivy-users/dCRkQHLg2Oc/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> kivy-users+...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
--
You received this message because you are subscribed to a topic in the Google Groups "Kivy users support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kivy-users/dCRkQHLg2Oc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It's hardware dependent. Desktops will normally support higher (depending on gpu and drivers), like kovak's 16x example. Low powered devices, including many mobiles, will not support a high multisampling (if any at all).
I think this is mostly because it's quite computationally intensive (it corresponds to literally rendering a multiple of the normal pixel number then downscaling that). This is probably part of why we use 2 by default, along with that it probably makes other things (like text) look worse instead of better.
>>>>> <mailto:kivy-users+unsub...@googlegroups.com>.
Alexander Taylor kivy.uix.filechooser is fast enough in desktop but very slow in android,even in S6 and swipes are unresponsive as well. Do we have any solution around.As I feel an all python app built in such way will not be appreciated by users for its slowness. |