DevelopmentPyVisi is a very new project (launched in November of 2004) and is under constant development. However, any help would be greatly appreciated. Renderers
Currently only vtk and gnuplot renderer modules are being
used in development, however, the structure already exists for the
povray,
plplot and
opendx renderers, one merely needs to
write the relevant code (although there is some change going on, so expect
there to be more objects and methods to come). One can use the
Other renderers are envisaged being added to the interface, such as PLplot, DISLIN, PyNGL, OpenGL, RenderMan, OpenDX, and more. Once the structure is in place to add a renderer module, it is just a matter of writing the code to the interface. If you are interested in contributing code, grab a copy of the cvs: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pyvisi login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pyvisi co pyvisi and send patches to: paultcochrane at users dot sourceforge dot net. Code development guidelines
Pyvisi class structurepyvisi_class_structure.svg
|