Theodoros Papatheodorou
7dffbbacfa
fixed malloc error when fbo source was called to begin before it's been allocated
8 years ago
Krisjanis Rijnieks
b6a0f695c1
Merge branch 'magSlideShowSource'
8 years ago
Krisjanis Rijnieks
58c052878c
Fix xcodeproj of the example
8 years ago
magdesign
343e0b507c
Update README.md
8 years ago
c-mendoza
2122f4bc8a
CircleSurface: refactoring for performance, wip
8 years ago
c-mendoza
e73f8624d0
Alpha masking without shaders for RPi
8 years ago
c-mendoza
d3270674d2
Renamed stringify macro to avoid a naming conflict
8 years ago
c-mendoza
71dfeae8bd
Fix for full screen
8 years ago
magdesign
345b1b5be1
Update README.md
8 years ago
c-mendoza
6f298161c6
Example update for RPi
Example update for RPi
8 years ago
c-mendoza
7f29c755ab
Small fix to CircleSurface
8 years ago
c-mendoza
2a9e451e12
Fix for SettingsLoader to support CircleSurface
8 years ago
c-mendoza
a8821686cc
Update Key Bindings to support CircleSurface
Bound to 'r'
Update Info.cpp to show the new key binding in the help screen.
8 years ago
c-mendoza
b3d9fb3a31
Update example xml file to display a CircleSurface
8 years ago
c-mendoza
e98cae857d
CircleSurface + changes in various files to support the new surface
8 years ago
Krisjanis Rijnieks
4abb176b6f
Merge branch 'lobodelmar-fixToAlignWithOfxPhilosophy'
8 years ago
Krisjanis Rijnieks
2ead0301ea
Merge branch 'fixToAlignWithOfxPhilosophy' of https://github.com/lobodelmar/ofxPiMapper into lobodelmar-fixToAlignWithOfxPhilosophy
8 years ago
magdesign
d684992386
Update README.md
8 years ago
c-mendoza
f0f46be406
Update example magslideshow_settings.xml file
8 years ago
c-mendoza
e2ba47de0b
Fixes transition length bug
8 years ago
c-mendoza
177d7636b1
Add xml loading features
8 years ago
c-mendoza
08976e4047
Fixed a logic error in the way slides were being queued.
The activeSlides vector was being modified by enqueueSlide while it was being iterated in update(). enqueueSlide now raises a flag, and it is update() that now modifies the activeSlides vector.
8 years ago
c-mendoza
b1c87be7db
Fixing addons.make for RPi
8 years ago
Theodoros Papatheodorou
18d50a70d7
added fbo accessor functions to FboSource, surrounded calls to setup() and reset() with calls to begin/end fbo drawing
8 years ago
c-mendoza
dad64e384a
magSlideShow loads its own xml file.
Also added path so that if an xml file is not specified for the slide show, there are useful defaults that can still create one.
Updated the example app to reflect these changes.
Updated the example's xml file.
Added an xml file for the slide show in the example.
8 years ago
c-mendoza
b6a47bbb28
Added a DirectoryWatcher to magSlideShowSource
8 years ago
c-mendoza
e231300b84
DirectoryWatcher: file added and file removed events
8 years ago
c-mendoza
ae75eb62b5
Merge branch 'DirectoryWatcher'
8 years ago
c-mendoza
272e0eb409
update gitignore
8 years ago
c-mendoza
d6af45a395
Merge remote-tracking branch 'origin/DirectoryWatcher' into DirectoryWatcher
8 years ago
c-mendoza
1d2864befc
DirectoryWatcher now notifies if file count has changed in a directory
8 years ago
c-mendoza
5a58e8824d
Again fixing example XML file
8 years ago
c-mendoza
03f39f4621
Adding the right example xml file (oops!)
8 years ago
c-mendoza
cff175f54e
Merge remote-tracking branch 'origin/master'
8 years ago
c-mendoza
d81292101e
Fix example XML file
8 years ago
c-mendoza
24d3bd416d
Merge branch 'magSlideShowSource'
8 years ago
c-mendoza
4a03b564c2
Adding the right example xml file (oops!)
8 years ago
c-mendoza
06f9f1aa87
Merge branch 'magSlideShowSource'
8 years ago
c-mendoza
7948ebd435
Updating example with slide show source
8 years ago
c-mendoza
2f9dd70d43
Moving magSlideShow to ofxPiMapper/Sources
8 years ago
c-mendoza
1659f69b04
magSlideTransition documentation updates
8 years ago
c-mendoza
5e90127386
Transitions working. Added Dissolve transition
8 years ago
c-mendoza
f2809b64a1
Refactoring of transitions. No buildIn, just buildOut
There is still work to be done here, this is just an initial commit for this feature.
8 years ago
c-mendoza
2c8567573d
Adding opacity property to magSlide
8 years ago
c-mendoza
98fcb469b5
Slide Transition Factory
8 years ago
magdesign
a9f9fcab64
Update README.md
8 years ago
magdesign
bc9dd8e06e
Update README.md
8 years ago
Krisjanis Rijnieks
4af3d57a8f
Merge branch 'sourceResetUponReEntry'
8 years ago
Theodoros Papatheodorou
7ec8f30823
Merge branch 'desktopCompatible' into sourceResetUponReEntry
8 years ago
Theodoros Papatheodorou
398da86acf
added virtual function reset() in baseSource that can be overridden in Source classes to reset source variables on re-entry, if needed
8 years ago