Blox

This is a physics performer I created to work on level loading and physics. Since Blox includes a level editor, it is possible to create and share unlimited levels.

You can download it here:

code.google.com/p/blox/

I can’t try the EXEs, I’m on Linux (well, I could, using Wine, but not admirably). So I grabbed the source. No luck. I think you may have lost the ‘cross platform’ nature of Panda3D and Python by opting for a PYD file:

Traceback (most recent call last):
File “Blox.py”, line 24, in
from libpandabullet import *
ImportError: No module named libpandabullet

I don’t think it will run, as it is, on Linux or Mac. I think PYD files might be Python version specific too.

Cheers,
Gary

At the moment the Bullet port for Panda only works on Windows.

Ah, gotcha. I just saw the bullet integration thread. Seems plausible to cross platform it though, so I hope that happens. Such a shame to loose that perk, being one of the major selling points of Python (for me anyway).

Regards,
Gary

I updated the first post with pictures…