diff options
author | Jan Simons <jamasi@digitac.cc> | 2015-01-19 01:28:09 +0100 |
---|---|---|
committer | Jan Simons <jamasi@digitac.cc> | 2015-01-19 01:28:09 +0100 |
commit | ea6504339192944db744a233291e59bd63bafb64 (patch) | |
tree | 903cd6736ce1cdf37517f14f0ff9dccd069cfdc9 /sci-visualization/mayavi/metadata.xml | |
parent | mayavi-4.4.0.ebuild tested to build with vtk-6 (diff) | |
download | sci-ea6504339192944db744a233291e59bd63bafb64.tar.gz sci-ea6504339192944db744a233291e59bd63bafb64.tar.bz2 sci-ea6504339192944db744a233291e59bd63bafb64.zip |
add metadata.xml from tree to please repoman
Diffstat (limited to 'sci-visualization/mayavi/metadata.xml')
-rw-r--r-- | sci-visualization/mayavi/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-visualization/mayavi/metadata.xml b/sci-visualization/mayavi/metadata.xml new file mode 100644 index 000000000..54bc70ee9 --- /dev/null +++ b/sci-visualization/mayavi/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription lang="en"> + Mayavi2 is a general purpose, cross-platform tool for 3-D scientific + data visualization. Its features include: + * Visualization of scalar, vector and tensor data in 2 and 3 dimensions. + * Easy scriptability using Python. + * Easy extendibility via custom sources, modules, and data filters. + * Reading several file formats: VTK (legacy and XML), PLOT3D, etc. + * Saving of visualizations. + * Saving rendered visualization in a variety of image formats. + * Convenient functionality for rapid scientific plotting via mlab + + Mayavi2 has been designed with scriptability and extensibility in + mind. Mayavi2 provides a mayavi2 application which is usable by + itself. However, Mayavi2 may also be used as a plotting engine, in + scripts, like with matplotlib or gnuplot, as well as a library for + interactive visualizations in any other application. It may also be + used as an Envisage plug-in which allows it to be embedded in other + Envisage based applications natively. +</longdescription> +</pkgmetadata> |