hogre-examples: Examples for using Hogre.

[ graphics, mit, program ] [ Propose Tags ]

Examples for using Hogre, Haskell bindings to OGRE (Object-Oriented Graphics Rendering Engine) (http://www.ogre3d.org/).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.1.4
Change log Changelog
Dependencies base (>=3 && <5), hogre (>=0.1.4) [details]
License MIT
Copyright Antti Salonen 2010
Author Antti Salonen<ajsalonen at gmail dot com>
Maintainer Antti Salonen<ajsalonen at gmail dot com>
Category Graphics
Home page http://github.com/anttisalonen/hogre-examples
Source repo head: git clone git://github.com/anttisalonen/hogre-examples.git
Uploaded by AnttiSalonen at 2012-04-05T17:49:09Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables example_02, example_01
Downloads 4071 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-25 [all 9 reports]

Readme for hogre-examples-0.1.4

[back to package description]
Introduction:

Examples for using Hogre, Haskell bindings to OGRE
(Object-Oriented Graphics Rendering Engine)
(http://www.ogre3d.org/).

Usage:

1. Install non-Haskell dependencies (OGRE: http://www.ogre3d.org/).
2. 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.
3. Unpack hogre-examples
4. cabal configure [--user] && cabal build
5. Define the directory where the OGRE plugins are installed by modifying
   plugins.cfg. The default is /usr/lib/OGRE.
6. 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.