Krisjanis Rijnieks
173c5f7a2a
Integrare `HomographyHelper` into ofxPiMapper more deeply
9 years ago
Krisjanis Rijnieks
7e86125d8b
Move `ofxHomographyHelper` out of its own directory
9 years ago
Krisjanis Rijnieks
8269babd6c
Add homography util files to xcodeproj
10 years ago
Krisjanis Rijnieks
dd52d4026a
Add `TogglePerspectiveCmd` files to xcode project
10 years ago
Krisjanis Rijnieks
99ca8c68a7
Simplify `main.cpp` of the example
10 years ago
Krisjanis Rijnieks
6bb151b369
Move XML settings save and load to `SettingsLoader` singleton
10 years ago
Krisjanis Rijnieks
079c4d5853
Add `Settings` class placeholder
10 years ago
Krisjanis Rijnieks
8181c1dce2
Add `SurfaceFactory` files to xcodeproj
10 years ago
Krisjanis Rijnieks
964afcafa9
Add `SurfaceStack` files to xcodeproj
10 years ago
Krisjanis Rijnieks
46324f862d
Add `Info` files to example xcodeproj
10 years ago
Krisjanis Rijnieks
b27ba44f0f
Remove `std::` prefix in example
10 years ago
Krisjanis Rijnieks
66224ebe61
Attempting to fix `-lpthread: linker input unused` warning
10 years ago
Krisjanis Rijnieks
f485a35017
Update example xcode project to recommended settings
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
b33b576e88
Update makefile for of 0.9.0, close #34
10 years ago
Krisjanis Rijnieks
80f8ac4a99
Fix example not compiling with of_v0.9.0_osx_release
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
d15c157243
Add ofxpimapper image source
10 years ago
Krisjanis Rijnieks
8867edb8f2
Add AddSurfaceCmd and move surface creation key commands
- from ofxPiMapper to application state machine
10 years ago
Krisjanis Rijnieks
76f225de8d
Save current state of xcode project and add TODO to SurfaceManagerGui
10 years ago
Krisjanis Rijnieks
5fd8c2bbd5
Add keyboard input handler and move the view switching functionality there
10 years ago
Krisjanis Rijnieks
c5cea9004a
Add and test MainView as singleton and ViewStates
10 years ago
Krisjanis Rijnieks
377d37cebc
Add main view state feature base
Main view has one active state which is an object subclassed from the ViewState. Each of the states will be a singleton as they will relay on the data stored in the MainView class instance.
10 years ago
Krisjanis Rijnieks
7e7aa93226
Add SelSourceCmd select source undoable command
10 years ago
Krisjanis Rijnieks
35593c1612
Add MvTexCoordCmd undo command
10 years ago
Krisjanis Rijnieks
424a7827c1
Add MvAllTexCoordsCmd undo feature
10 years ago
Krisjanis Rijnieks
c69ca799b4
Add gui mode/state switch undo command
10 years ago
Krisjanis Rijnieks
bbd462f551
Rename command class names to shorter versions
- Also remove initial undo test code
10 years ago
Krisjanis Rijnieks
ce6588d296
Add undo operation with MoveSurfaceVertexCommand
10 years ago
Krisjanis Rijnieks
6d011c2e7a
Add undo feature with SelectSurfaceCommand
10 years ago
Krisjanis Rijnieks
c9a591a4ae
Add undo feature with MoveSurfaceCommand
10 years ago
Krisjanis Rijnieks
bd69364284
Add undoable RemoveSurfaceCommand
10 years ago
Krisjanis Rijnieks
df840a293c
Add undoable command test
- Add UndoableCommand base class
- Add CommandManager that handles undoing
- Add test to main ofxPiMapper files
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
9388a5c757
Update default surfaces (add video and fbo sources to surfaces)
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
3b64df6bde
Add XCode project files to repo
11 years ago
Krisjanis Rijnieks
30f5c55fe1
Remove XCode project files from git ignore
11 years ago
Krisjanis Rijnieks
244778fef9
Update example addons make file
11 years ago
Krisjanis Rijnieks
954a91d504
Add dependencies
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