Alphyr

Results 48 comments of Alphyr

If this is a `winit` issue, I fear that there is nothing we can do. Anyway, can you try using `devel` branch ? Maybe this is fixed on more recent...

We don't use this version of `winit` anymore, but feel free to reopen if the issue still persists.

Thanks for the suggestion! This is indeed something I'd like to add, and I've already thought about it a bit. I want to finish releasing version 0.13 first though (I...

> to detect unused assets to unload And side note: the API to remove assets was badly designed and will be removed in 0.13 in favor of the fallback API.

I have the same issue, I managed to bisect the error to e867a743 (#2257).

@GeoffClements This changes allow strictly more possibilities than before. Everything that worked before should work the same with a `MediaSourceStream

Running the code makes it go from 15s to 300ms for me (which is arguably still a lot), this is probably what you are missing here. Even `opt-level = 1`...

Whoops sorry I forgot some words, I meant "Running the code in release mode". If you don't want to use release mode but still acceptable performance, you can change the...