Page 1 of 1

Programming Languages

Posted: Wed Nov 03, 2010 12:40 pm
by Yelnoc
Is it possible to write scripts and code for your game in Python or is the Irrlicht engine only compatable with C++?

Posted: Wed Nov 03, 2010 12:45 pm
by slavik262
Irrlicht is primarily a C++ engine, with a port or two to C#. That said, you can always implement scripting in your game using a Python interpreter such as tinypy.

If you're looking for a Python game engine, I've heard lots of good things about Panda3D

Posted: Thu Nov 04, 2010 2:13 am
by Yelnoc
slavik262 wrote:Irrlicht is primarily a C++ engine, with a port or two to C#. That said, you can always implement scripting in your game using a Python interpreter such as tinypy.

If you're looking for a Panda game engine, I've heard lots of good things about Panda3D
Well, considering that I don't know any C/C#/C++, I suppose I should look into Panda.

Thanks!

Posted: Thu Nov 04, 2010 9:20 pm
by Kernle 32DLL
There is a port for BlitzMax, too. It can be found here.

Posted: Sun Nov 07, 2010 8:00 am
by _maxim_