To get an overview of LambdaCube 3D watch the showcase presentation video.
To prepare for the workshop read the following steps
On Linux install the following libraries. i.e. on Ubuntu:
sudo apt install libgl1-mesa-dev libxi-dev libxcursor-dev libxinerama-dev libxrandr-dev zlib1g-dev
For other Linux distributions make sure the corresponing packages are installed.
These libraries required for OpenGL development.
Checkout the this repository then run the following commands to check your setup.
cd hello
stack setup
stack build
stack exec hello
On success you should see this.
cd asteroids
stack setup
stack build
stack exec asteroids