Skip to content
/ blur Public
forked from dextercallender/blur

A programming language for ASCII creations

Notifications You must be signed in to change notification settings

tgoodwin/blur

 
 

Repository files navigation

Blur

a simple programming language for processing and manipulating image data and for creating text-based visual art.

Dependencies:

Installation under Ubuntu 15.10

LLVM 3.6 is the default under 15.10, so we ask for a matching version of the OCaml library.

sudo apt-get install -y ocaml m4 llvm opam opam init opam install llvm.3.6 ocamlfind eval opam config env

sudo apt-get install freeglut3-dev sudo apt-get install binutils-gold ( for ubuntu >= 11.10 ) sudo apt-get install libdevil-dev

About

A programming language for ASCII creations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 82.5%
  • C 10.8%
  • Makefile 3.1%
  • Standard ML 2.4%
  • Shell 1.2%