1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: soya
Section: python
Priority: optional
Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), python-dev (>= 2.3), python-editobj(>= 0.5.6-1), libsdl1.2-dev, libcal3d10-dev (>= 0.9.1-1), python-opengl, xlibmesa-dev | libgl-dev, libfreetype6-dev, libpng12-dev, libode-dev
Standards-Version: 3.6.1.1
Package: python-soya
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-imaging-tk, python-opengl, python-editobj(>= 0.5.6-1)
Replaces: python2.3-soya (<< 0.6.1b-3), python-openal (<< 0.1.4-2)
Conflicts: python2.3-soya (<< 0.6.1b-3)
Recommends: python-openal
Suggests: python-soya-doc
Description: high level 3D engine for Python
Soya 3D is a high level 3D engine for Python. It relies on OpenGL and
SDL. It is designed with games in mind, and written partly in Python
and partly in C; the goal is to provide a full architecture for making
free (GPL) games of professional quality entirely in Python.
Soya can also render on PyGame surfaces !
.
This Package contains the python library.
|