@bonkmaykr@canithesis.org
56 following, 31 followers
There also doesn't seem to be a clear standard on fixed point math in C++, as simple as it sounds. The same precision or even the same type names are not guaranteed, it's arguably less consistent than floats.
I might use incredibly large integers and then just cut them back down to floats when the renderer draws them (on PC).