Krisjanis Rijnieks
26326733cc
Make it work with openFrameworks master branch
8 years ago
Krisjanis Rijnieks
d917570c76
Update example.xcodeproj
8 years ago
Krisjanis Rijnieks
9966ecf83a
Update code to use Vec3 and Vec2 everywhere
8 years ago
Krisjanis Rijnieks
5e23b21eb2
Add Vec2 adapter class, Vec3 still to finish
8 years ago
Krisjanis Rijnieks
4642506db8
Update example xcodeproj
8 years ago
Krisjanis Rijnieks
1f98a09685
Update example data file
8 years ago
Krisjanis Rijnieks
ad71b6bed1
Add possibility to add circle surface
8 years ago
Krisjanis Rijnieks
6cdbbe7e5b
Change back keyboard shortcuts to the ones before
8 years ago
Krisjanis Rijnieks
dba3f3e921
Merge branch 'master' of https://github.com/magdesign/ofxPiMapper into magCircleSurface
8 years ago
Krisjanis Rijnieks
b00973dda1
Merge branch 'lobodelmar-fixMemAllocError'
8 years ago
Krisjanis Rijnieks
033fd0c3b2
Merge branch 'fixMemAllocError' of https://github.com/lobodelmar/ofxPiMapper into lobodelmar-fixMemAllocError
8 years ago
c-mendoza
c8dcf66f3f
Merge remote-tracking branch 'origin/master'
8 years ago
c-mendoza
1fc5ba9248
Merge branch 'CircleSurface-no-RPi-shaders'
8 years ago
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