Name: hogre-examples Version: 0.0.1 Cabal-Version: >= 1.6 License: OtherLicense License-File: LICENSE Author: Antti Salonen Maintainer: Antti Salonen Copyright: Antti Salonen 2009 Stability: Unstable Category: Graphics Synopsis: Examples for using Hogre. Description: Examples for using Hogre, Haskell bindings to OGRE (Object-Oriented Graphics Rendering Engine) (). example_01 creates a simple scene with a moving entity. example_02 demonstrates use of SDL for input and window creation. example_03 demonstrates ray scene queries and loading a world configuration from a file. Build-type: Simple extra-source-files: src/Common.hs, resources.cfg, plugins.cfg, README, Media/blackhawk.material, Media/clouds.jpg, Media/Example.material, Media/HornetUV_Cylinder.tga, Media/IMG_0436.JPG, Media/lagoon.tga, Media/lava.tga, Media/mix.tga, Media/TailWings.JPG, Media/terrain.cfg, Media/terrain_detail.jpg, Media/terrain.png, Media/terrain_texture.jpg, Media/WingFlapBump.jpg, Media/WingFlap.jpg, Media/WingsBump.jpg, Media/Wings.jpg source-repository head type: git location: http://github.com/anttisalonen/hogre-examples Executable example_01 Build-Depends: base >= 3 && < 5, haskell98, hogre>=0.0.1 Main-is: Example_01.hs Hs-Source-Dirs: src Ghc-options: -Wall extra-libraries: CEGUIOgreRenderer, OgreMain, CEGUIBase Executable example_02 Build-Depends: base >= 3 && < 5, haskell98, hogre>=0.0.1, SDL>=0.4.0 Main-is: Example_02.hs Hs-Source-Dirs: src Ghc-options: -Wall extra-libraries: CEGUIOgreRenderer, OgreMain, CEGUIBase Executable example_03 Build-Depends: base >= 3 && < 5, haskell98, hogre>=0.0.1, SDL>=0.4.0, stm>=2.1.1.2 Main-is: Example_03.hs Hs-Source-Dirs: src Ghc-options: -Wall extra-libraries: CEGUIOgreRenderer, OgreMain, CEGUIBase