Lee-Orr
Lee-Orr
I'm encountering a problem because this persists even after restarting drachtio... I'm on the cluster-experimental branch, have restarted both drachtio and redis, and only have 1 node process running that...
I'm currently on 2020.1.8, w/ UI Toolkit 1 preview 9 & UI Builder 1 preview 7 - and was referring to the "Pick Element"/hierarchy you're showing - during runtime. I'm...
Looking forward to it!
Any update on this? I'd really love to be able to give Graphene a more significant look, but don't currently know where to even start.
@LudiKha - thanks for the update! I was worried you'd decided to drop this. For my current (super rough) prototype I'm doing things manually, but I'd love to be able...
@Fijo - I was thinking of doing a similar thing, however it's worth noting that UniRx hasn't been in development for over a year (last new commits were April 2019),...
> This is now solved and wgpu types are !Send !Sync on wasm. That prevents causing the bug, but doesn't resolve the need/desire to support multi-threading in WASM... Should that...
Could spawning a thread wrapping the `EventLoopProxy` within the winit plugin, and then sending messages through a normal channel from there work? *edited for tone - after initial posting I...
That was roughly what I was thinking, yes. It was a reply to both, plus a question since I'm dealing with some thread-related things in the context of hot reload...
> Also, side note, `ThreadLocalChannel` should implement `Clone` anyway. Once this PR is merged, I want to reorder the app construction process so that building plugins is deferred[1](#user-content-fn-1-f502f6a44712d4e3447a7d1e560d88b2) and only...