Using Gloss Library to generate faces based on user input.
Download the binary from the releases page and run it from a terminal, nothing else should be required! (Except maybe some OpenGL dependencies)
Install the OpenGL dependencies
sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev
Install Gloss library
cabal update
cabal install gloss
Compile the Main.hs file and run it.
If you're running on Windows, I would refer to this guide!
The program is run through a CLI, where the options will be displayed to you with explanations for the different options in the program window.
To start the program, run the downloaded binary from the releases page or by compiling the Main.hs file.