From hinsen@lmspc2.ibs.fr  Tue May 13 13:42:56 1997
Received: from ibs.ibs.fr  for hinsen@lmspc2.ibs.fr
	by www.ccl.net (8.8.3/950822.1) id NAA04876; Tue, 13 May 1997 13:35:05 -0400 (EDT)
Received: from lmspc2.ibs.fr (lmspc2.ibs.fr [192.134.36.142]) by ibs.ibs.fr (8.6.12/8.6.12) with ESMTP id TAA14788; Tue, 13 May 1997 19:36:11 +0200
Received: (from hinsen@localhost)
	by lmspc2.ibs.fr (8.8.5/8.8.5) id TAA04267;
	Tue, 13 May 1997 19:35:03 +0200
Date: Tue, 13 May 1997 19:35:03 +0200
Message-Id: <199705131735.TAA04267@lmspc2.ibs.fr>
From: Konrad Hinsen <hinsen@ibs.ibs.fr>
To: daizadeh@indigo.ucdavis.edu
CC: CHEMISTRY@www.ccl.net
In-reply-to: <9705130948.ZM20103@indigo.ucdavis.edu>
	(daizadeh@indigo.ucdavis.edu)
Subject: Re: CCL:3-D Imaging


> Would anyone know an easy-to-learn program that allows for visualizing data
> from a file in 3-dimension Euclidean space something that looks like a fluid
> dynamics simulation?  I started to write such a piece of code using Tcl/Tk but
> speed is of the essence (as always).

One possibility for almost all visualization tasks is to write a
simple program to transform the data to a VRML file and then use a
VRML browser to visualize it. For more information about VRML, look at
the VRML repository (http://www.sdsc.edu/vrml/). For an example of
code that generates VRML, look at the VRML module on my Python page
(http://www.yi.com/home/HinsenKonrad/python.html).
-- 
-------------------------------------------------------------------------------
Konrad Hinsen                          | E-Mail: hinsen@ibs.ibs.fr
Laboratoire de Dynamique Moleculaire   | Tel.: +33-4.76.88.99.28
Institut de Biologie Structurale       | Fax:  +33-4.76.88.54.94
41, av. des Martyrs                    | Deutsch/Esperanto/English/
38027 Grenoble Cedex 1, France         | Nederlands/Francais
-------------------------------------------------------------------------------

