Videogame scripting

Rainer Deyke root at rainerdeyke.com
Fri Feb 16 13:34:53 EST 2001


"Marco Iannaccone" <marciann at tin.it> wrote in message
news:Rc9j6.17279$LM4.229776 at twister1.tin.it...
> Do you think Python is a good scripting language for videogames.

Yes.

> I wanna use
> it for both Windows and Linux. Is it easy enough to program it, and to use
> it with C and C++?

Yes.  Interfacing with C++ can be difficult if you use C++ exceptions, but
there are wrapper libraries that take care of that for you.

> Is it fast?

It is much slower than C/C++.  Depending on what you do with it, this may or
may not be significant.  Compared with other scripting languages, it's not
bad.


--
Rainer Deyke (root at rainerdeyke.com)
Shareware computer games           -           http://rainerdeyke.com
"In ihren Reihen zu stehen heisst unter Feinden zu kaempfen" - Abigor





More information about the Python-list mailing list