/fun-kortr-anim-dsl

Template code for Functional Kortrijk meetup "Animation DSL with Effect Handlers".

Primary LanguageHaskellOtherNOASSERTION

fun-kortr-anim-dsl

Template code for Functional Kortrijk meetup "Animation DSL with Effect Handlers".

During the exercises we start from the files postfixed _Exercise.hs.

Getting started using Stack

Install stack if it is not installed.

Then, to test that everything compiles and runs:

stack setup
stack build
stack run

When everything builds succesfully, you should be greeted with a screen which looks like this:

Start Screen

Optionally, you can press X to play. Use the DFJK keys when the arrows move over the indicators at the bottom!

Playing

Possible issues

If you encounter an issue, check whether your stack version is up to date with stack upgrade.

On Ubuntu: you might need to install freeglut3 and freeglut3-dev using apt.