Is there a 32-bit version of Floating Sandbox?

As this is an Indie project, and only released only a couple of months ago, if they intended there to be a 32-bit version, it has not yet been released, and would still be working on it.

However, there's no way to tell without talking to them directly about it.

And unfortunately, there is no tool that can allow you to run this in a 32-bit environment; without hacking up the program in some way itself.


Unfortunately there is no 32-bit version at this moment. The game is a physics simulation and it's quite hungry for CPU resources; for this reason, the source code tries to take advantage of all possible performance improvements available on modern low-end CPUs, such as SSE vectorization and data packed in 64-bit words.

Building the game for 32-bit platforms not only would require considerable effort on our side, but it would also not yield a satisfying user experience - the simulation would very likely lag to the point of being unusable.