[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] slagpanic



Marco Marconi wrote:

It is not entirely written in Python, there is a
little C++ module called "optim.cpp", created to
increase a function's performance. It's available a
Python version of this function, but is very slow. In
the package there is already a precompiled version of
"optim.cpp" for Linux, realised with Python 2.2, if
you have problem with it just change to "code"
directory and type "make",
this will compile "optim.cpp". You need Python
development library installed to link. This procedure
should work on all Unix platforms, I have no idea of
how to make it work on Windows and Mac platforms.
Use distutils. Supports both MSVC and GCC using mingw32

Niki Spahiev