
# Movie Monad
A desktop video player built with Haskell that uses GStreamer and GTK+.
## Screenshots

## Documentation
[Let's make a GTK Video Player with Haskell](https://lettier.github.io/posts/2017-08-30-haskell-gtk-video-player.html)
## Install
### GitHub
```bash
# 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](LICENSE).
## Copyright
(C) 2017 David Lettier
[lettier.com](http://www.lettier.com/)