bullet: A wrapper for the Bullet physics engine.

[ bsd3, library, physics ] [ Propose Tags ]

A wrapper for the Bullet physics engine.


[Skip to Readme]

Modules

[Last Documentation]

  • Physics
    • Physics.Bullet

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.2.1, 0.2.2, 0.2.3, 0.2.4
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Author Csaba Hruska
Maintainer csaba (dot) hruska (at) gmail (dot) com
Category Physics
Home page http://www.haskell.org/haskellwiki/Bullet
Uploaded by CsabaHruska at 2009-11-18T11:51:13Z
Distributions NixOS:0.2.4
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 4759 total (13 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 8 reports]

Readme for bullet-0.1.1

[back to package description]
Compile:
    - get bullet physics engine:
        svn checkout http://bullet.googlecode.com/svn/trunk/ bullet-read-only

    - compile and install the library:
        cd bullet-read-only
        cmake .
        make
        sudo make install

    - compile and install the haskell bullet binding:
        cabal install (run command in the bullet.cabal's directory)

    - compile and run the example (needs OpenGL and GLUT):
        cd Examples
        ghc --make -O2 BulletExample
        ./BulletExample