Krisjanis Rijnieks
26326733cc
Make it work with openFrameworks master branch
8 years ago
c-mendoza
e73f8624d0
Alpha masking without shaders for RPi
8 years ago
c-mendoza
71dfeae8bd
Fix for full screen
8 years ago
c-mendoza
6f298161c6
Example update for RPi
Example update for RPi
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
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
c-mendoza
8c283d96f4
Slide show XML loading
8 years ago
c-mendoza
3ce2d8d25e
Auto stash before merge of "magSlideShowSource" and "kr15h/master"
8 years ago
c-mendoza
be6f2602c0
Rename ResizeOption enum item to play nice with GCC
8 years ago
c-mendoza
011a9f6c0a
Basic slide show support.
8 years ago
Krisjanis Rijnieks
11c2f88100
Do not exit app on ESC key press
8 years ago
Krisjanis Rijnieks
870f10bd72
Enable audio for example video sources
Add example code for using HDMI audio output.
8 years ago
Krisjanis Rijnieks
c4be9e65e5
Add passing key events to ofxPiMapper
9 years ago
Krisjanis Rijnieks
6928d73d0f
Update example
Pass mouse events to ofxPiMapper. A way to disable mouse functionality would be not passing
mouse events to ofxPiMapper. Maybe you don't need mouse functionality. Maybe it is for you.
9 years ago
Krisjanis Rijnieks
d968e6e14a
Add blank line before EOF
9 years ago
Krisjanis Rijnieks
f8e4c918d2
Improve example to adjust to latest Application changes
An ofxPiMapper::update() method was added.
9 years ago
Krisjanis Rijnieks
a765444aa8
Simplify example by using new `registerFboSource` method override
9 years ago
Krisjanis Rijnieks
1ee2c48250
Improve `CustomSource` in the example
The ultimate goal is to make it look more like a regular openFrameworks application.
9 years ago
Krisjanis Rijnieks
da594ca141
Update example to use `Settings` singleton
Add different way of entering fullscreen. Store -f in Settings and use `ofSetFullscreen()` during `ofApp::setup()`
9 years ago
Krisjanis Rijnieks
a196661d76
Add `Settings` singleton
9 years ago
Krisjanis Rijnieks
99ca8c68a7
Simplify `main.cpp` of the example
10 years ago
Krisjanis Rijnieks
b27ba44f0f
Remove `std::` prefix in example
10 years ago
Krisjanis Rijnieks
26c428a46e
Fix deprecations for oF v0.9.0 in example
10 years ago
Krisjanis Rijnieks
6962935612
Change example code style using ofStyler
10 years ago
Krisjanis Rijnieks
c4df183b90
Set the `VideoSource::enableAudio` to false as default
10 years ago
Krisjanis Rijnieks
65afb42383
Make use of the `VideoSource::enableAudio` flag in the example
10 years ago
Krisjanis Rijnieks
0b94deef23
Refactor a bit
10 years ago
Krisjanis Rijnieks
ccde13649a
Replace `addFboSource()` with `registerFboSource()` and refactor a bit
10 years ago
Krisjanis Rijnieks
b2e217bffc
Update example, add extra custom source
10 years ago
Krisjanis Rijnieks
dde5819576
Add -f flag option to RPi version of he example
11 years ago
Krisjanis Rijnieks
5c2ac7ce88
Hide info on startup, but leave commented code
11 years ago
Krisjanis Rijnieks
d88fe23773
Add FBO source via ofxPiMapper directly insteat through getMediaServer
11 years ago
Krisjanis Rijnieks
7db249d890
Add saving and loading FBO source
11 years ago
Krisjanis Rijnieks
ca5df071b7
Add FBO source support and selection in source editor
11 years ago
Krisjanis Rijnieks
557899da16
Make ofxPiMapper usable as one single object. Update example.
11 years ago
Krisjanis Rijnieks
19c33ddd5f
Massive restructure:
- Added source types
- Adjusted surfaces to work with the types instead of plain textures
- Improved media server to manage all of the source types
- Added video source that works on Mac for now
- A lot of small adjustments
11 years ago
Krisjanis Rijnieks
0847c309b4
Remove media server debug code
11 years ago
Felix Dubrownik
9d3733bb66
added getPaths
11 years ago
Felix Dubrownik
7c5fa74c60
added Test case. Compiles. shows right number of images
11 years ago
Felix Dubrownik
6d44d1cae7
ran clang Format with google code Style
11 years ago
Felix Dubrownik
66283175f1
Refactoring: Renaming Classes, introducing namespace
11 years ago
Felix Dubrownik
0ce892ae2e
implemented perspective Warping openGL ES fixed funtction pipeline.
11 years ago
Krisjanis Rijnieks
50e757a225
Replace main example with the fboTexture one
11 years ago
Krisjanis Rijnieks
f7df8734d6
Add remove surface method to both examples, press backspace and delete selected surface
11 years ago
Krisjanis Rijnieks
b856d8c521
Add FBO texture example
11 years ago