There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A simple physics engine with demo programs using OpenGL for rendering. Graphics applications especially those that use OpenGL for rendering require a lot of State manipulation, for which purely functional programming languages are not particularly elegant at. Decided to use Haskell anyway as my objective was basically do something non-trivial in Haskell.