/flowskell

Fluxus clone in Haskell

Primary LanguageSchemeGNU General Public License v2.0GPL-2.0

Flowskell - Fluxus clone in Haskell

Flowskell allows you to write visual animations using the Scheme language. It is inspired by the fluxus project and driven by OpenGL and the husk-scheme interpreter.

Run Flowskell

cabal configure
cabal build
cabal install
export PATH=$PATH:~/.cabal/bin
flowskell examples/donuts.scm

Documentation

A rudimentary command reference exists, as well as some examples.