
      *------*
      *- P3 -*
      *------*


1) Installation
---------------

 requirements:
  - OpenGL or mesa
  - SDL
  - libpng
  - FreeType2

 > cd p3_src_dir/python
 > python setup.py build
 > su
 type your root password
 > python setup.py install

 If you have problem with the directory where the libs or includes are
 searched, edit the file setup.py


2) What is P3 ?
---------------

 P3 is the base of the Soya 3D engine. It is  coded in C and  designed to 
 be an extension module of a higher level language (only Python for now).


3) Advice for exploring the code
--------------------------------

 Begin with p3_base.h


4) Feedback
-----------

 blam@tuxfamily.org
 http://oomadness.tuxfamily.org




