brainstream

Results 2 issues of brainstream

Currently this function only accepts angle in degrees, however most applications already have angles in radians. Also, [box2d 3.0](https://box2d.org/documentation/group__math.html#structb2_rot) returns rotation as a pair of sine and cosine. So SDL3...

When using Qt's QList as a container, the compiler throws the following warning: > warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘qsizetype’ {aka...