Awesome
LambdaCube 3D Workshop
To get an overview of LambdaCube 3D watch the showcase presentation video.
To prepare for the workshop read the following steps
Requirements
- Hardware support for OpenGL 3.3 or better
- OS: Linux/macOS/Windows
Setup Development Environment
-
Install Haskell Stack by following it's simple install manual.
-
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.
Run the sample project
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.
Slides
Run asteroids
cd asteroids
stack setup
stack build
stack exec asteroids