The fixed-point tag has no usage guidance.
0
votes
0answers
30 views
Can anyone recommend a 24.8 or 32.32 fixed point library for java? [on hold]
As the title says - I can't seem to find any working implementations.
I need it for a cross platform game where I need floating point calcs to be deterministic. I can't use strictfp etc.
Thanks
2
votes
2answers
116 views
Intersection of a point and rectangle
I have a mouse cordinates in 2D game (x and y) and a rectangle (x,y, width,height).
How to find if the point is in the rectangle? I do not have any code to post here. I'm just searching for help.
3
votes
3answers
1k views
Concerning The Minecraft Skybox
I was wondering how does the stars in night time in minecraft work, are they point sprites? And are they placed on a texture or just randomly placed on some far away location.
EDIT 1:
OK, well, with ...
16
votes
1answer
734 views
Recreating retro/NES style physics with intentional imprecision
Background:
I'm having a problem getting the jump curve correct for a retro platformer remake project of mine. The original game is for the NES, and the player's velocity is stored in two separate ...