slimshader

Results 34 issues of slimshader

1. It seems it is completely separate from Child extension, does that mean that if I want to have tree-like structures with parent-child lifetime management AND processing in the order...

Hi, not sure if this a bug or I am missing something but component sharing does not work form me, I do: ``` var ep = w.CreateEntity(); ep.Set(); ep.Set(new Color(r,...

enhancement

How to create two-way channel when using AddMessagePipeUdpInterprocess() ? Injecting both IDistributedPublisher and IDistributedSubscriber causes error of used socket port. ps is this boards alive at all?

Hi, is this code correct (similar versionb is for the TCP): ``` public static ReturnType AddMessagePipeUdpInterprocess(this IServiceCollection services, string host, int port, Action configure) { var options = new MessagePipeInterprocessUdpOptions(host,...

Hey, is there a way to bind a Cell to a XAML property? I am currently using ReactivePorperty but was hoping to try Sodium as alternative as I id it...

Hi, do I understand correctly that this library allows for smooth transitioning between states? Is there a way to get the progress of the transition? Are the docs and examples...

after uninstalling Epic and EA launchers, I manually removed entries in Steam as they were not removed automatically but they keep showing up again and starting then does nothing (as...

Hi, based on the docs I don't think there is direct support for this case so: what would be the best way to to approach the problem of setting or...

Hi, first: great asset, evaluating it right now for out next project. A question: currently we are using ScriptableObjects to store game data, this allows us to store for example...

question

Hey, how would [MediatR](https://github.com/jbogard/MediatR) Container configuration look for Extenject? I lookned into [Ninject](https://github.com/jbogard/MediatR/tree/master/samples/MediatR.Examples.Ninject) example (as I recall Zenject/Extenject) were based on it but it doesnt really help much.