Name: collada-output Version: 0.4 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 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