OmegaRogue

Results 98 comments of OmegaRogue

Any Update on this now that .net6 is released?

I'm starting to work on implementing Mozilla DeepSpeech and Mozilla TTS when I get Mozilla TTS to run at all

> @OmegaRogue Any progress ? I tried for a few days to get DeepSpeech working, but didn't make any progress at all, so I gave up on it, maybe I'll...

C# also has support for `_` as digit seperator starting with C# 7.0

My current assemption is that this was caused by PixiJs deprecating its old interaction system with 7.0, and the new one barely supporting touch from what ive found

> > My current assemption is that this was caused by PixiJs deprecating its old interaction system with 7.0, and the new one barely supporting touch from what ive found...

> > > > My current assemption is that this was caused by PixiJs deprecating its old interaction system with 7.0, and the new one barely supporting touch from what...

foundry is still using MouseInteractionManager, which its carrying around itself as that was removed in pixijs 7 in favor of a new event system, I'm trying to make touch functionality...

The biggest problem with the entire new event system of pixiJS seems to be that you can't get a proper `TouchEvent` any more, there is no way to get the...

> I would be shocked if the new PIXI 7 event system did not include built-in support for touch events. I hope there's a misunderstanding here that can be easily...