08/03/26 17:24:33 mMUDdJtk.net
PopCap Game Framework には、PyCap という Pythonバインデイングがある。
激しく生産性が高くなる。
PyCap - www.Farbs.org - Quirky little games for your edification
URLリンク(www.farbs.org)
以下にPyCap のレビュー
codeboje.de : 2D Game Engines for Python
URLリンク(codeboje.de)
> 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を書いていけばいいわけだ。
なお、PyCap で作られたと思われるサンプルアプリは以下にある。
URLリンク(www.farbs.org)