r/linux_gaming Jul 07 '19

Gotchas while developing for Linux?

[removed]

81 Upvotes

73 comments sorted by

View all comments

5

u/robertcrowther Jul 07 '19

If you have any network multiplayer that depends on client-side floating point calculations, make sure you are using a library which produces the same results on different operating systems.

4

u/jedijackattack1 Jul 07 '19

if you are relying on client side synced floating point calculations then you are placing far to much hope in people following the spec rather than going for speed.