Main
 
Impression
 
In&Output
 
Examples
 
Download
 
 

Download Pixie

Main > Download  
 
Pixie 1.3.41   27-10-2004

Packages

Necessary components

Development components

  • Qhull library that contains algorithms that generate Voronoi polyhedra
  • Swig wrapers generator, not only for Python...
  • DevC++ simple but powerfull IDE for writing C & C++ applications for windows
  • JEdit an excellent programmer's editor

Installation

Windows

In order to install Pixie under Windows you need all neccesary components installed and after that just expand Windows binary download and run pixie.py

Linux

For Linux installation you will need to compile Pixie from source.

  • Just expand tarball with source,
  • go to engine directory - which contains a C++ simulation classes and
  • adjust the prolog of the Makefile to meet your system configuration
  • run
    make cleanall; make; make install
    It will create pixengine module.
    For the step you will need (apart from necessary components) swig program from development components as well as gcc compiler and make
  • After that you can run Pixie

If you are interested in compiling C++ engine under Windows, just use DevC++. There are project files for it in source package

 
     
Last modified on: 27-10-2004 by Konrad Piwowarczyk