diff options
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-games/crystalspace/metadata.xml b/dev-games/crystalspace/metadata.xml new file mode 100644 index 000000000000..ac8f50917930 --- /dev/null +++ b/dev-games/crystalspace/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> + <email>malverian@gentoo.org</email> +</maintainer> +<longdescription> +Crystal Space is a free (LGPL) and portable 3D Game +Development Kit written in C++. It supports: true six degrees +of freedom, colored lighting, lightmapped and stencil based +lighting, shader support, mipmapping, portals, mirrors, alpha +transparency, reflective surfaces, 3D sprites (frame based or +with skeletal animation, also using cal3d animation library), +procedural textures, particle systems, halos, volumetric fog, +scripting (using Python, Perl, Java, or potentially other +languages), 16-bit and 32-bit display support, OpenGL, and +software renderer, font support, hierarchical +transformations, physics plugin based on ODE, ... See the +extensive list of features for more details. +</longdescription> +</pkgmetadata> |