Skip to content

blitzcode/haskell-gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published