Lukas Orsvärn

Results 31 comments of Lukas Orsvärn

I saw a new commit that made changes to how the software frame limiter works, so I tried that and it works now. The GPU usage is about the same...

Yeah it is weird, but the performance monitor also seems to line up with reality because it can be correlated with fan speed and heat development. I guess this is...

I'll reopen the issue for you so it doesn't get lost as easily.

Doing this depends on having a table view or something like it: https://github.com/redox-os/orbtk/issues/135

I guess which path should be chosen depends on the goals of the project. I don't have the experience to know which is more desirable. If a custom browser is...

That makes sense, that's probably the issue. I saw that the tab widget or whatever it's called can react to messages sent directly to it. 1. Is this the functionality...

I haven't used it much yet, but it _seems_ like it's going to reduce the amount of code in my application and simplify it. Looks very promising, so I hope...

I'm not 100% sure what's going on here, some comments seem to be missing, but I'm going to throw my opinion in the mix in the hopes that I have...

Looks like there's no simple way to hook into the resizing algorithm to be able to cancel it. I really only need nearest neighbor and linear filtering anyway, so I...

Instead of implementing the resizing algorithms myself, I think it's a better idea to fork `image` and add the ability to cancel the resizing functions. Less work, higher quality code....