You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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…