Home

Awesome

Haskell SDL2 Examples

Some simple SDL2 examples in Haskell

Check out the inspiration here

Setup

You'll need a working SDL2 installation

We're using Stack

stack setup
stack build --pedantic

Running Examples

List available examples:

stack ide targets

Run an example:

stack exec lesson01

Lesson Output