FloVanGH

Results 180 comments of FloVanGH

Maybe the problem is connected to our OrbClient sdl2 based window backend. It would be not the first time with have cpu issues with it on Linux.

First @ngortheone thank you very much for your contribution to find out what is the performance issue. What I can see on the perf output is that the `render` method...

I replaced this peace of code and now this part takes 0ms. @ngortheone can you check if it is now a little bit better on your machine, please?

Ok thank you. There are some other parts that can causes this problem. Layout is not yet optimized, on each iteration every widget size and position will be recalculated (I'm...

@ngortheone unfortunately not. But I hope soon.

We could start with a ListView based file browser and extend it after the table is finished. An alternative way could be to use native file browsers.

Thank you for the report. I think I know what the problem is. `update` is called before `messages` and the popup logic is handled in the update. There is a...

> Is this the functionality that will solve this? Yes it should sole the problem and make a cleaner API. > Is this functionality of being able to react to...

Sure that’s acceptable thank you 🙂

Nice work thank you. > This is where I'm currently at. My plan going forward is to implement a canvas_behavior similar to text_behavior so a canvas can be properly focused...