-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/dlublin/GifToSyphon
- Loading branch information
Showing
1 changed file
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |