Psyco would be useless anyway since memory already is a bit of a problem.Blah said:Psycho et al. won't work because they're X86 only. Also I have no idea how or if 3D will be accessed on Python, but the way FoF does it will not work.
Cython or Pyrex extensions get compiled to pure c and then to binaries. This method could be used both for speeding up the slow parts. I've tried it on rather large projects and it works great.
As for the 3D, it uses Pygame, which is a binding to SDL.
Last edited by a moderator: