Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 754 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 754 Bytes

ASCII Ball GUI

Overview

An ASCII text animation wrapped in a GUI rendered by OpenGL via the Monomer library. The application is written in pure Haskell.

The GUI provides controls to adjust the animation area (frame size) and velocity values. See screenshots below!

Building and Running

Simply build and run the application using Stack. See the requested GHC resolver in stack.yaml and application dependencies in package.yaml.

stack build 
stack run

Screenshots

ASCII Ball Gui - Screenshot 1

ASCII Ball Gui - Screenshot 2

ASCII Ball Gui - Screenshot 3