lambdacube-bullet: Example for combining LambdaCube and Bullet

[ bsd3, deprecated, graphics, library, physics ] [ Propose Tags ]
Deprecated

Example for combining LambdaCube and Bullet


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.2.1
Dependencies base (>=4 && <5), bullet, containers, elerea, GLFW, hslogger, lambdacube-engine, OpenGL [details]
License BSD-3-Clause
Copyright (c) 2009, Csaba Hruska
Author Csaba Hruska
Maintainer csaba (dot) hruska (at) gmail (dot) com
Category Graphics, Physics
Home page http://www.haskell.org/haskellwiki/LambdaCubeEngine
Uploaded by CsabaHruska at 2009-11-18T15:18:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables lambdacube-bullet-example
Downloads 1808 total (6 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-31 [all 7 reports]

Readme for lambdacube-bullet-0.1.1

[back to package description]
An example for combining LambdaCube and Bullet physics.

You can move the camera with mouse and arrow keys, plus shift for faster movement,
and you can drop cars with the . (full stop) key.

Check out the website for further details:

http://www.haskell.org/haskellwiki/LambdaCubeEngine
http://www.haskell.org/haskellwiki/Bullet

Disclaimer: this is a huge mess for the moment, don't be surprised if things don't work as expected. ;)