Skip to content

Commit

Permalink
dl link
Browse files Browse the repository at this point in the history
  • Loading branch information
fluaten committed Jun 3, 2013
1 parent ab7612a commit 57bae79
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ build/
obj/
.csync_journal.db
*.db

src/.csync_journal.db
Binary file not shown.
Binary file modified bin/Pinacotek.app/Contents/MacOS/Pinacotek
Binary file not shown.
4 changes: 2 additions & 2 deletions bin/settings.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
##############
# Pinacotek - Nicolas Boillot (2013)
# Homepage : http://www.fluate.net/code/Pinacotek
# Homepage : http://www.fluate.net/code/pinacotek
# Source : https://github.com/fluaten/Pinacotek
# Download : http://www.fluate.net/?dl_name=Pinacotek.zip
##############

Put all media (images, videos, gifs) in folder media.
Expand All @@ -20,7 +21,6 @@ Press + = or - to change volume
Press W or RETURN to stop the loop
Press X or C to skip to next/previous frame
Press R to reverse animation
Press UP or DOWN to change animation speed
Press 0 to 9 to change animation speed
Press , * / to slow animation speed

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A simple media player to exhibit gifs, videos, images

Source : <https://github.com/fluaten/Pinacotek>

Author : Nicolas Boillot <http://www.fluate.net>
Author : Nicolas Boillot <http://www.fluate.net/code/pinacotek>

Put all media (images, videos, gifs) in folder media.
Rename files to define order of diaporama.
Expand All @@ -14,7 +14,7 @@ to play it and set the folder for the diaporama.

### Download (Mac OS X 10.4-10.8)

#####<http://www.fluate.net/code/pinacotek>
#####<http://www.fluate.net/?dl_name=Pinacotek.zip>

### Required

Expand Down
2 changes: 1 addition & 1 deletion src/testApp.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* testApp.cpp
* A simple mediaPlayer made with OpenFrameworks
* Homepage : http://www.fluate.net/code/Pinacotek
* Homepage : http://www.fluate.net/code/pinacotek
* Source : https://github.com/fluaten/Pinacotek
* Created by Nicolas Boillot on April/May 2013.
* Made with ofxFadable by Rui Madeira
Expand Down
2 changes: 1 addition & 1 deletion src/testApp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* testApp.h
* A simple mediaPlayer made with OpenFrameworks
* Homepage : http://www.fluate.net/code/Pinacotek
* Homepage : http://www.fluate.net/code/pinacotek
* Source : https://github.com/fluaten/Pinacotek
* Created by Nicolas Boillot on May 2013.
* Made with ofxFadable by Rui Madeira
Expand Down

0 comments on commit 57bae79

Please sign in to comment.