Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.04 KB

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.

Screenshot of the development version

Build Flowskell

cabal configure
cabal build
cabal install

Run Flowskell

Make sure that the cabal binary path (usually ~/.cabal/bin/) is in your $PATH. You can then simply run a Scheme file from the examples/ directory like this:

flowskell examples/donuts.scm

Documentation