@hackage hogre-examples0.1.4
Examples for using Hogre.
Installation
Dependencies (0)
Dependents (1)
@hackage/acme-everything
Introduction:
Examples for using Hogre, Haskell bindings to OGRE (Object-Oriented Graphics Rendering Engine) (http://www.ogre3d.org/).
Usage:
- Install non-Haskell dependencies (OGRE: http://www.ogre3d.org/).
- Install Haskell dependencies (hogre (see http://github.com/anttisalonen/hogre)) either using cabal or by downloading and installing the packages manually. Note: you need cgen, a Haskell binding generator, for hogre. cgen can be found at git://github.com/anttisalonen/cgen.git or at Hackage.
- Unpack hogre-examples
- cabal configure [--user] && cabal build
- Define the directory where the OGRE plugins are installed by modifying plugins.cfg. The default is /usr/lib/OGRE.
- Run an example: dist/build/example_01/example_01 The examples must be run in the root directory of the package in order to find the media files.