Skip to content

sebcrozet/falling2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falling2d

Falling2d is a basic 2d Rigid Bodies Physics Engine aimed to be used in real-time. Its actually only a set of aliases and definitions of simple 2d constructs needed by the falling generic Physics Engine (https://github.com/sebcrozet/falling)

See the Falling2d-examples repository for demos: https://github.com/sebcrozet/falling2d-examples

Compilation

Falling2d is not yet available on hackage, thus you will have retrieve it from here. We strongly encourage the use of cabal for the compilation routine.

$ git clone git://github.com/sebcrozet/falling2d.git
$ cd falling2d
$ cabal install

About

Purely functional 2D physics engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published