Krisjanis Rijnieks
|
c67e4e73fb
|
Add `ToggleAnimatedSourceCmd` for toggling video source pause
|
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
|
f671a27d72
|
Clean up `FboSource`
Remove obsolete ofApp setup event registration. Only the FboSource base class setup()
function was called and thus it was not working properly.
|
9 years ago |
Krisjanis Rijnieks
|
5dd7d6c517
|
Call the `FboSource::setup()` when adding it to `MediaServer`
|
9 years ago |
Krisjanis Rijnieks
|
cdb4dc994a
|
Fix example-camera not compiling on the Pi, close #60
|
9 years ago |
Krisjanis Rijnieks
|
482aabd5c4
|
Update example-camera/bin gitignore
|
9 years ago |
Krisjanis Rijnieks
|
10137d4d9f
|
Update example/bin gitignore
|
9 years ago |
Krisjanis Rijnieks
|
555d0619f7
|
Add deselect tex coord joints on background click
|
9 years ago |
Krisjanis Rijnieks
|
5b34963d3f
|
Fix not compiling camera-example on Mac
|
9 years ago |
Krisjanis Rijnieks
|
5b21163bcd
|
Fix reference counting of sources of cloned surfaces
|
9 years ago |
Krisjanis Rijnieks
|
8badbd61f8
|
Add TODO: transform MS to singleton
|
9 years ago |
Krisjanis Rijnieks
|
1cb3367113
|
Fix create surface undo
|
9 years ago |
Krisjanis Rijnieks
|
b3ccb800d7
|
Do not configure console listener when no SSH connection
|
9 years ago |
Krisjanis Rijnieks
|
a8c51ba6ee
|
Disable terminal listener to see if it solves TAB issue
|
9 years ago |
Krisjanis Rijnieks
|
80885348cb
|
Another attempt to fix TAB issue on RPi
|
9 years ago |
Krisjanis Rijnieks
|
2ef49511ca
|
Add switch to mode 3 on mouse click
When in presentation mode, switch to projection mapping mode automatically when mouse is clicked.
|
9 years ago |
Krisjanis Rijnieks
|
11a62e665d
|
Fix TAB not switching sources properly on Raspberry Pi
|
9 years ago |
Krisjanis Rijnieks
|
4ba3ebe2b9
|
Update launching on boot part in the FAQ
|
9 years ago |
Krisjanis Rijnieks
|
e29219bd13
|
Make the "-" for deletion more visible in cheatsheet
|
9 years ago |
Krisjanis Rijnieks
|
6bc1a04597
|
Add modes to shortcut table
|
9 years ago |
Krisjanis Rijnieks
|
c6ffd1a7a1
|
Make `BaseSurface::getMesh()` to return a reference, close #58
|
9 years ago |
Krisjanis Rijnieks
|
9c4f2a5eff
|
Fix having no last loaded filename for surfaces if no xml file found
Previously the mesh was copied every time `BaseSurface::getMesh()` was called.
|
9 years ago |
Krisjanis Rijnieks
|
75caaf0963
|
Solve minor problem with compiling OMX related things on Mac
|
9 years ago |
Krisjanis Rijnieks
|
6a6702e4f9
|
Add `/boot/ofxpimapper/sources` directory as additional store
|
9 years ago |
Krisjanis Rijnieks
|
829587ed7d
|
Update ofxIO in xcodeproj
|
9 years ago |
Krisjanis Rijnieks
|
07d3b96912
|
Add documentation for `-` key
|
9 years ago |
Krisjanis Rijnieks
|
88312e8442
|
Add `-` as replacement for `BACKSPACE` if controlling via SSH
|
9 years ago |
Krisjanis Rijnieks
|
eeb2a8192a
|
Fix not being able to `TAB` change sources
Ref #55
It was not possible to change a source using `TAB` just after a new surface creation while it had the default checker source set.
|
9 years ago |
Krisjanis Rijnieks
|
b320c11507
|
Improve on the development part of the readme
Need to improve the development flow a bit by trying not to over-complicate it.
|
9 years ago |
Krisjanis Rijnieks
|
408e62c65c
|
Improve formatting of the readme file a bit
|
9 years ago |
Krisjanis Rijnieks
|
1b59cf0779
|
Add ofxOMXPlayer to `addon_config.mk`
|
9 years ago |
Krisjanis Rijnieks
|
d7eb004795
|
Add `example-stream` to git ignore
|
9 years ago |
Krisjanis Rijnieks
|
90475e87c1
|
Add more video sources
|
9 years ago |
Krisjanis Rijnieks
|
a29561fb60
|
Attempt to fix camera example to be compatible with ofxRPiCameraVideoGrabber 0.9.0-compatible release
|
9 years ago |
Krisjanis Rijnieks
|
f3e7db6bcc
|
Attempt to fix not showing image source on rpi
|
9 years ago |
Krisjanis Rijnieks
|
9947c8b58d
|
Remove key event listeners from `ProjectionEditor`
|
9 years ago |
Krisjanis Rijnieks
|
cde083607e
|
Clean up `ProjectionEditor` a bit
|
9 years ago |
Krisjanis Rijnieks
|
d7979160ed
|
Remove "important notes" and stick to Raspberry Pi as main platform
|
9 years ago |
Krisjanis Rijnieks
|
757ff2e450
|
Fix reading grid surfaces as quad if only four vertices
Added `type` attribute to `<surface>` elements in xml settings
|
9 years ago |
Krisjanis Rijnieks
|
4d5266f755
|
Clean up, rm `duplicateSurface` method from `CommandManager`
|
9 years ago |
Krisjanis Rijnieks
|
61fe6d1f27
|
Add documentation for `TAB` and `d` keys
|
9 years ago |
Krisjanis Rijnieks
|
537a1240d9
|
Add `DuplicateSurfaceCmd` files to camera example xcodeproj
|
9 years ago |
Krisjanis Rijnieks
|
755b04c304
|
Add `DuplicateSurfaceCmd` to example xcodeproj
|
9 years ago |
Krisjanis Rijnieks
|
ce772c210e
|
Indegrate `DuplicateSurfaceCmd` into `Application`
|
9 years ago |
Krisjanis Rijnieks
|
801bcd310e
|
Finalize `DuplicateSurfaceCmd`
|
9 years ago |
Krisjanis Rijnieks
|
b5d0fbfc03
|
Add `duplicateSurface()` method to `SurfaceManager`
|
9 years ago |
Krisjanis Rijnieks
|
18ae7b7b42
|
Add `clone()` and `deleteSurface()` methods to `BaseSurface`
|
9 years ago |
Krisjanis Rijnieks
|
78b083ad01
|
Add `DuplicateSurfaceCmd` files
|
9 years ago |
Krisjanis Rijnieks
|
9a15e57b3b
|
Select first surface when hitting tab and none is selected in texture edit mode
|
9 years ago |
Krisjanis Rijnieks
|
de774a5c0e
|
Fix crashing when hitting tab in texture edit mode
|
9 years ago |