-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
70 lines (45 loc) · 2.65 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Flashy Slide Show
----------------------
21/3/2012
This project is now approximately 4.5k loc and has taken me 2+ months of development time..!
Since it meets my "photography" needs as it is and the community doesn't seem to find it very useful (or else I would get more feedback on the videos , here , forums , debian mentors , etc..! ) I decided to pause it once again to concentrate on other projects :P .. Overall it is pretty stable , useful and I have done a good job profiling code and taken performance seriously while building it...
If someone wants a particular feature or has a bug fix , etc , you are welcome to contact me so that it will be added or fixed.. I still believe this is a very interesting project , but feels bad for me to spend so much energy somewhere where it is not appreciated..!
AmmarkoV
Videos :
http://www.youtube.com/watch?v=QwYI-nkeCIw
http://www.youtube.com/watch?v=zBEPWMlduAY
Screenshots :
http://github.com/AmmarkoV/FlashySlideshows/blob/master/screenshots/screenshot1.jpg
http://github.com/AmmarkoV/FlashySlideshows/blob/master/screenshots/screenshot2.jpg
http://github.com/AmmarkoV/FlashySlideshows/blob/master/screenshots/screenshot3.png
http://github.com/AmmarkoV/FlashySlideshows/blob/master/screenshots/screenshot4.jpg
--------------- Library Dependencies ---------------
You can use the apt-get-dependencies.sh to apt-get the required packages..!
--------------- Compilation ---------------
To compile the project open a terminal and run
./make
This will produce the executables ( flashyslideshows and flashyslideshowsgui )
you can issue
./flashyslideshowsgui
--------------- Installation of current version---------------
if you want to install the app , run
./install.sh
your password is required..
This will add a shortcut on the applications list and the binaries flashyslideshowsgui and flashyslideshows on the system ..
--------------- Installation of latest version ---------------
./update_from_git.sh will download the latest version of the software from the master repository on github and then run the install.sh script
your password is required..
--------------- Uninstallation of current version---------------
if you want to uninstall the app , run
./uninstall.sh
your password is required..
TODO LIST
--------------
* Improve code structure
* Add save functionality for remembering settings..
* Fix Fullscreen (game) mode..!
* Fix Ken Burns effect and connect it to the output of OpenCV face detection which is currently disabled..!
* Add effects ( shiny floor ) to images , transparency , particles are done
* Make paper ( bending ) effects with 3D fonts
* Implement image_sensing.cpp
* Improve sound.cpp