Hugh Phoenix-Hulme

Results 51 comments of Hugh Phoenix-Hulme

So yeah, that works a bit better https://www.youtube.com/watch?v=meQ2gJfKdo8

Yeah, could get the whole thing to play but it was never released in 32:9 so it would be badly cropped :) The other fun thing I thought about was...

@nixtux Please confirm if this is correct: 125-129 | start rgb | f0 0f a0 00 a0 00 | rgb color but every other byte ???? eg start color ffa0a0...

Compiling to C# with 4.2.3 it just tells me: `Type not found : Main`

I'd like to see what Haxe 4.x produces, but I'm not sure I have the inclination to dig into it. In the code produced by 3.x it's not easy to...

`count` must always be less than or equal to `b2_maxPolygonVertices` according to the preceding if statement, so the call to `b2Min` is not required.

You're right, we should implement those. The warnings won't stop anything from working in the mean time, and Vec2 has implicit casts to and from System.Numerics.Vector2 The casts could probably...

We have discussed Vector2.Normalize before: https://github.com/codingben/box2d-netstandard/pull/43 https://github.com/codingben/box2d-netstandard/pull/33 It's worth noting that OpenTK's Vector2 will also produce NaN with a zero length: https://github.com/opentk/opentk/blob/682ae61055aa7b606fe9a8510d6024b2220a22ac/src/OpenTK.Mathematics/Vector/Vector2.cs#L167 So if you can make a case for...

Same issue here. Even if I were to hack around the issue, it would be onerous to have to switch CUDA versions every time I want to use OBS -...