Popularity
8.0
Growing
Activity
0.0
Stable
22
10
8

Monthly Downloads: 39
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Graphics     Lambdacube    
Latest version: v0.5.2.5

lambdacube-gl alternatives and similar packages

Based on the "Graphics" category.
Alternatively, view lambdacube-gl alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of lambdacube-gl or a related project?

Add another 'Graphics' Package

README

lambdacube-gl

Gitter chat

Haskell OpenGL backend for LambdaCube 3D.

Building instructions

  1. 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.

  1. Install Haskell Stack by following it's simple install manual.

  2. Checkout the this repository then run the following commands.

    stack setup
    stack build
    
  3. Run the examples.

    cd examples
    stack exec lambdacube-gl-hello
    stack exec lambdacube-gl-hello-obj
    

Tutorials and Examples