momentum-mod / lumper

BSP lump editor and review tool
MIT License
23 stars 14 forks source link

Add texture browser #32

Closed ddorab closed 7 months ago

ddorab commented 8 months ago

resim

One issue with this is that it is a bit laggy if you scroll too fast and there's a lot of images. Avalonia doesn't have any virtualization for WrapPanel but we could implement this. They haven't merged it because of it's insufficient support for elements of different sizes but that's not an issue for us.

Also I've added the truncation because it's very ugly if we show really long names. You can see the full name when you hover over.

ddorab commented 8 months ago
ddorab commented 8 months ago

sure resim resim resim

ddorab commented 7 months ago

@BIRD311 @tsa96 I've pushed a commit that's addressing all the things I've resolved, does it all look good? As for the ones remaining, I need a bit of guidance