@hackage movie-monad0.0.1.0

Plays videos using GStreamer and GTK+.

Movie Monad

Movie Monad

A desktop video player built with Haskell that uses GStreamer and GTK+.

Screenshots

GUI showing Sintel from the Blender Foundation

Documentation

Let's make a GTK Video Player with Haskell

Install

GitHub

# Install Git
# Install XQuartz (https://www.xquartz.org/) if using Mac OSX or macOS
# Install GTK+ 3.* (https://www.gtk.org/download/index.php)
# Install Haskell
# Install Haksell Stack
# Install ExifTool
git clone https://github.com/lettier/movie-monad.git
cd movie-monad/
stack setup
stack install
stack exec -- movie-monad
# Or just `movie-monad` if `stack path | grep local-bin-path` is in your `echo $PATH`

License

See LICENSE.

(C) 2017 David Lettier
lettier.com