Home
Products
Community
Manuals
Contact
Login or Signup

Panda3D and BlitzMax?

Miscellaneous Forums/General Help/Panda3D and BlitzMax?

Danny(Posted 1+ years ago) #1
I'm currently looking for alternatives to Xors3D since its development is pretty much dead in the water - unfortunately.

I was wondering, would it be possible for an engine like Panda3D to be wrapped for BMax or is that a completely idiotic question? ;)

Cheers,
Danny

Last edited 1+ years ago


Kryzon(Posted 1+ years ago) #2
If I'm not mistaken that engine has a runtime (a DLL), so it can be used by anything that can wrap DLLs.

It seems to come with wrappers for Python, but you could use C++ or BMax as well.