Popularity
9.0
Stable
Activity
0.0
Stable
84
14
9

Monthly Downloads: 14
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Graphics     Compiler    
Latest version: v0.6

lambdacube-compiler alternatives and similar packages

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

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

Add another 'Compiler' Package

README

lambdacube-compiler

Build Status Gitter chat

Compiler for LambdaCube 3D, a Haskell-like purely functional domain specific language for programming the GPU (graphics processing unit).

To get an overview of the project watch the showcase presentation video.

See: Language Specification

Installation

  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 lambdacube-compiler cli. stack exec lc -- -h

Tutorials and Examples

Hacking notes

If you are hacking on the compiler, run the test suite to check the changes:

stack exec lambdacube-compiler-test-suite