Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dlublin/GifToSyphon
Browse files Browse the repository at this point in the history
  • Loading branch information
dlublin committed Feb 19, 2015
2 parents d55f61f + 099902f commit 51be1f8
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# GifToSyphon
Downloads and playsback GIFs from Giphy, then publishes them to Syphon for remixing in other applications.
# About GifToSyphon
This is a simple tool for downloading and playsback GIFs from Giphy for remixing in VJ applications that support Syphon video sharing on the Mac.

The latest release version can be downloaded from here:
https://github.com/dlublin/GifToSyphon/releases

Read more about how to use GifToSyphon in this blog post:
<<blog post link>>

GifToSyphon requires Mac OS 10.9.5 or later.


#Compiling your own version

To compile this application yourself you'll also need to check out a copy of VVOpenSource:
https://github.com/mrRay/vvopensource
(this is used for the rendering engine and also includes JSONKit)

This code uses a public API key from Giphy – if you're serious about running your own fork of this project you'll want to get in touch with them to get your own private API key that can be placed in the AppController.h defines. For more information on the Giphy API visit their webpage here: https://api.giphy.com/


#Licensing

This release version of this project is provided as-is, use at your own risk.

All downloaded GIFs and imagary belong to their original copyright holders. GIF downloading powered by Giphy.

The source code of this project is made available under the terms of the LGPL: http://www.gnu.org/copyleft/lesser.html. Some classes in this project use code from other open-source projects. At present, the third-party code used includes VVOpenSource from Ray Cutler and JSONKit by John Engelhart.

0 comments on commit 51be1f8

Please sign in to comment.