> Pycap >> the ultimate framework for the super slack programmer. Pycap wraps the >> sweet sweet PopCap Game Framework in a super friendly high level >> python interface. With Pycap you can start building pretty 2D games >> without installing a compiler or learning C++.
>PopCap Games Framework Licence, Windows only, for Linux or mac take a look at TuxCap >Compilation of the PopCap Framework with embedded python. The mainloop is in native >code and contains several callback to the python code. The examples seem to be >straightforward. The api doc is ok, but there are no further infos available. >Neither a community. On the other hand it seems to be pretty new and still growing :-) >Didn't see a sprite or tiled map engine or some related basic functions.
PyCap は PopCap Game Framework を Python拡張ではなく、 ネイティブ言語のembededとしてPythonを使うことにより、自然な形を実現している。 つまり、本来のexeがあって、PythonのDLLがあって、.pyや.pycが別にある形。 我々は、.pyを書いていけばいいわけだ。