view pytouhou/__init__.py @ 524:7f016dfbdfb1

Make vector a struct, allocate it directly on the stack, and thus pass it by copy, which is much less expensive than a python allocation.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 18 Dec 2013 18:15:40 +0100
parents ee6dfd14a785
children
line wrap: on
line source

"""Reimplementation of the Touhou engines.

This package provides various classes to handle parts or the whole of Touhou
file formats and gameplay.

Sub-packages:
formats -- file formats handling
game -- game logic
games -- game-specific classes
resource -- resource loading
ui -- user interface related classes
utils -- various helpers and non Touhou-specific functions
vm -- virtual machines for enemies, etc.
"""