zumm
zumm
Yes, i use custom dispatcher based on adv_thread_pool. Queue of demands is std::priority_queue. Priority of demand passing to execution_hint_t in same way as thread safety type. In methon push of...
It feels hard to manage dispatchers. I want to use single dispatcher for all application, but see no way to do it simple. Is there a way to set my...
I came across this issue and took a look. Problem isn't related to `popmotion`. `popmotion`'s `update` expects delta time in ms, but `pixi`'s `ticker` passes to its `update` something different...
`DropShadowFilter` uses `KawaseBlurFilter` as faster alternative to `BlurFilter`, but in reality `KawaseBlurFilter` is MUCH slower than `BlurFilter` (on iPhone at least).
I don't think `outline` should be moved too since it doesn't affect element sizes. So `border` and `outline` aren't so similar from this point of view.
Hi there, i just started using this ext too. Seems very promising, great work! But unstash is clunky af in my opinion. Would be very nice to be able to...