packages feed

collada-output-0.5: collada-output.cabal

Name:               collada-output
Version:            0.5
Synopsis:           Generate animated 3d objects in COLLADA
Description:        Generate a COLLADA file with textures, materials, animations, ... It can be used to visualize algorithms that produce a stream of positions, see <http://www.youtube.com/watch?v=ZpJzG28Yv8Y>
category:           graphics
License:            BSD3
License-file:       LICENSE
Author:             Tillmann Vogt
Maintainer:         Tillmann.Vogt@rwth-aachen.de
Build-Type:         Simple
Cabal-Version:    >=1.6

Library
    hs-source-dirs: src
    build-depends:
        base ==4.*,
        xml == 1.3.*,
        containers == 0.4.*,
        time == 1.2.*,
        SVGPath == 1.0.*,
        collada-types
    exposed-modules:
        Graphics.Formats.Collada.Animations
        Graphics.Formats.Collada.GenerateCollada

Executable Examples
    hs-source-dirs: src
    Main-is:        Examples.hs