Programming Languages

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Yelnoc
Posts: 5
Joined: Tue May 11, 2010 11:48 pm

Programming Languages

Post by Yelnoc »

Is it possible to write scripts and code for your game in Python or is the Irrlicht engine only compatable with C++?
slavik262
Posts: 753
Joined: Sun Nov 22, 2009 9:25 pm
Location: Wisconsin, USA

Post 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
Last edited by slavik262 on Thu Nov 04, 2010 2:43 am, edited 1 time in total.
Yelnoc
Posts: 5
Joined: Tue May 11, 2010 11:48 pm

Post 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!
Kernle 32DLL
Posts: 10
Joined: Thu Oct 21, 2010 9:18 pm

Post by Kernle 32DLL »

There is a port for BlitzMax, too. It can be found here.
_maxim_
Posts: 54
Joined: Thu May 27, 2010 11:05 am
Location: Russia
Contact:

Post by _maxim_ »

Post Reply