Osmos is one of those "flow" games which, though they have a goal, can be played for the relaxation effect and soft music. It teaches patience and Newtonian physics :)

It turned out that it is fairly easy to make it work on FreeBSD, though it is very much an exotic application here!
In short, the steps I took are:
- Installed Linuxulator (actually I had it before...) with Fedora 10 binaries (wish they were newer
) - Installed linux_dri from graphics section of ports
- Installed linux-f10-openal to bring in dependencies but deinstalled it because it doesn't work
- Fetched a newer version of the OpenAL libraries RPM and manually unpacked it to /usr/compat/linux using the usual tools (or the "mc" utility from misc section)
Note that the Linuxulator is currently always 32-bit, so don't bother trying the amd64 versions of anything.
It did freeze once while I played, which I then needed to "solve" by Ctrl-C-ing it. We'll see how it goes.
#1 Re: How to play Osmos on FreeBSD
Pretty neat.
Here's something I wonder and that could apply to this: Why don't we see more game demo's in the ports tree?