Zicklag

Results 652 comments of Zicklag

After looking around a bit, it looks like you need a signaling server like a [webrtc star](https://github.com/libp2p/js-libp2p-webrtc-star) server to actually find peers and listen on a websocket, because Browsers can't...

Ah, I see. This would be easier if there was a function directly on the camera that would do the calculations for you, but since we are switching to Bevy's...

OK, so in the currently released version of Bevy Retrograde this is pretty much a math nightmare and I don't have a solution for it right now. :frowning: Essentially positioning...

I'm using Rust, but I was curious about the same thing.

That's not, too bad I guess. It's not altogether that much different than what things like AppImages or snaps do where they extract themselves at startup. The biggest issue I...

Wait, could you get around the pinned to the taskbar issue if you did the equivalent to an `exec` in Bash, which replaces the current process with another process exec...

That `-L` is just used to tell the compiler where to find the webview.dll when linking after it compiles. It won't effect where the linker looks for libraries when you...

This would probably help a *ton* of people. It's really confusing to have DLLs tracked in source code that are not up-to-date. Is super easy to add a step to...

OK, thanks. This probably isn't the best idea for my use-case. I was entertaining it as an alternative to flatpak for a type of communication layer between a Rust backend...

You'd be open to a PR that gives a way to disable the `tokio` dependency, then, right? I'm looking around at different QUIC implementations to use in the Bevy game...