Dexer

Results 36 comments of Dexer

> ⚠️ There's a `python-for-android` related PR which is marked as WIP. @DexerBR can you also mark this one as WIP until the `python-for-android` related PR is merged? Sure, done!...

A useful code to test `Line`/`SmoothLine` with `rounded_rectangle`. ```python from kivy.app import App from kivy.uix.floatlayout import FloatLayout from kivy.lang import Builder Builder.load_string(""" : w: 100 h: 100 r1: 1 r2:...

I changed the number of lines that scroll by default to 3, as it is more convenient, but this can be discussed.

Hi @misl6 ! Is there anything else that needs to be addressed before merging this one?

> @DexerBR, have you found a solution? Hi @xavierfiechter! Actually, python's asyncio library can provide workarounds for many things present in that library.

Hi @gottadiveintopython! Since version `3.0.0` is an opportunity to "break the API to improve", I think it would be better to just create one property that defines the orientation and...

> @DexerBR (with no hurry) as you are the hero who recently touched these lines, do you have any suggestion on how to improve this specific area? Good catch @misl6!...

> * Let's `malloc` vertices and indices when the number of segments changes (or anything else that requires to change the vertices and indices count) > * Let's `free` vertices...