Brian Schwind

Results 190 comments of Brian Schwind

> the innernet client has a command set-listen-port which seems to imply that you could set the interface IP upon which to bind, but without chasing code for all the...

Our code already supports setting `fwmark` (firewall mark) on the wireguard device, so we could expose that as a CLI command like `set-fwmark` or `unset-fwmark`, and then you can set...

> which is not ideal from a performance perspective Do you know if OCCT has this built-in, or would we implement it with the operation you wrote out?

Hi @yash-samespace , > To clarify my understanding: is the expectation that the raw audio stream passed to process_capture_frame() is directly modified to filter out the echo? Yes, it should...

Here's a good reference on CAD cameras: https://elalish.blogspot.com/2022/04/3d-interaction.html

Thanks for the suggestion. I took a look at Rhai but I'm not sure I'm sold on it for this project. I would like to keep the modeling code in...

@therocode I don't know how useful this is, but I do my own vertical alignment by shaping the text and measuring its height, then offsetting the Y value accordingly: https://github.com/bschwind/simple-game/blob/12187d4b8df413cb4cae136b43ffd6e870a7488a/src/graphics/text.rs#L618-L637

After more poking around, it seems maybe the TTF I downloaded isn't correct? I tried substituting in [this one](https://github.com/googlefonts/noto-emoji/blob/main/fonts/NotoColorEmoji.ttf) and it seems to be rendering correctly now. Something seems off...

I'll take a look at this soon, I'll have to check to see what version occt itself is on and update accordingly. Glad you found a workaround for now.

Hi, This library is not yet well supported on windows. However, it simply looks like you don't have cmake installed. That might not be the _only_ issue you'll run into...