blitzcode / haskell-gol

Three 'Game of Life' Implementations in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three Haskell 'Game of Life' Implementations

This repository contains the source code for three simple Game of Life implementation in Haskell. The purpose of this project was to learn more about writing fast Haskell code working with arrays and displaying the results using OpenGL.

First version using Data.Array and GLUT

gol

Second version using Data.Vector and GLFW-b

gol

Third parallelized version (Async, Repa, LLVM backend, C++ & pthread reference)

gol

About

Three 'Game of Life' Implementations in Haskell


Languages

Language:Haskell 92.6%Language:C++ 5.8%Language:C 1.6%