Héctor Ramón

Results 168 comments of Héctor Ramón

I think there is still a lot of discussion that needs to happen before we can start thinking about code here. I have some text rendering improvements coming soon in...

#33 is also blocking this, since we cannot draw text properly yet!

> When running the clock example in WSL with WSLg installed (graphics support for WSL), the example exits with Error: GraphicsAdapterNotFound. What about the other examples? Could you try setting...

Thanks for trying it out. Could you maybe try setting the environment variable `WGPU_BACKEND` to `vulkan`, `dx12`, `dx11`, and `gl` before running an example? Let me know if any of...

Could you provide a backtrace? I really think the issue here is either environment dependent or `wgpu`, since we are not doing anything special during initialization. Did you try [the...

@Ploppz Could you retry with the latest `master`? I believe the patch in #1278 (which I just applied) may fix this issue as well.

We are currently not performing any culling of rendering primitives. We haven't focused much on performance or memory footprint yet. However, it may be worth it to add a layer...

@Maldela Yes, there are different levels where we can perform optimizations. The renderer one I mentioned is widget-agnostic and culls primitives directly. Therefore, it's more general. It should benefit custom...

@tarkah For this kind of use case, there are plans to create an alternative to `Scrollable` with a retained/lazy API (i.e. owning its contents/producing only visible elements). We have [an...

I think it sounds like a good idea! I am not happy with our current default theme. This would be part of the efforts to improve it. We could make...