Krisjanis Rijnieks
dc74ba6718
Add `Settings` to xcodeproj
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
a25f15cc4f
Fix perspective warping on fullscreen toggle, close #45
9 years ago
Krisjanis Rijnieks
f1a3f3663b
Update readme with tip to use releases
9 years ago
Krisjanis Rijnieks
9a073b255a
Remove gui test event
9 years ago
Krisjanis Rijnieks
60488bc219
Refactor `SurfaceManagerGui` texture editor onMousePressed routine
9 years ago
Krisjanis Rijnieks
48d21894be
Fix `example-camera` xcodeproj
9 years ago
Krisjanis Rijnieks
eda4f8ad1f
Handle `backgroundPressedEvent` properly in the `Application`
9 years ago
Krisjanis Rijnieks
5eef8ef8e5
Notify `backgroundPressedEvent` instead of deselect cmd
9 years ago
Krisjanis Rijnieks
8bec40d8db
Add `backgroundPressedEvent`
9 years ago
Krisjanis Rijnieks
57164d85c3
Exec `StartDragSurfaceCmd` on surfacePressed event
9 years ago
Krisjanis Rijnieks
7430c64655
Optimize `SurfaceManagerGui`
Replace the initiation of `StartDragSurfaceCmd` with an emited event that is being handled elsewhere
9 years ago
Krisjanis Rijnieks
16350e881a
Update example xcodeproj
9 years ago
Krisjanis Rijnieks
94d76d786e
Rename `MvSurfaceCmd` to `StartDragSurfaceCmd`
Also optimize - remove the need to pass projection editor as an argument
9 years ago
Krisjanis Rijnieks
ce5418ebd9
Add Intel Compute Stick
9 years ago
Krisjanis Rijnieks
5dc8c9dc36
Integrate projection mapping gui surface and joint events
Now the mouse pressed events from surfaces and joints in projection mapping mode are generating commands in the application layer
9 years ago
Krisjanis Rijnieks
f2d37f88ab
Remove `projectionEditor` arg from `MvSurfaceVertCmd`
9 years ago
Krisjanis Rijnieks
3b23e9e6aa
Add notify events to projection mapping mode mouse pressed evnts
9 years ago
Krisjanis Rijnieks
61453d29ea
Add notify joint and surface mouse events
9 years ago
Krisjanis Rijnieks
e4a955f3fa
Add todos to `SurfaceManagerGui`
As the first step for improving the GUI vs system separation
9 years ago
Krisjanis Rijnieks
7259563f01
Add infos about SSH remote control
9 years ago
Krisjanis Rijnieks
f7b1d74c2b
Add `/` key as an alternative to shift key
Because the terminal listener is not able to detect shift keys. `/` works like a toggle - press once to simulate shift-down, press again to simulate shift-up.
9 years ago
Krisjanis Rijnieks
a856c7421b
Optimize terminal listener A, B, C, D checks with a switch statement
9 years ago
Krisjanis Rijnieks
92e4d55c56
Add A, B, C, D checks to `Application::onCharacterReceived`
9 years ago
Krisjanis Rijnieks
f46124bfba
Update default surfaces of the example
9 years ago
Krisjanis Rijnieks
9fbef1ef40
Add `TerminalListener` to camera example xcodeproj
9 years ago
Krisjanis Rijnieks
40f5b32bf3
Minor improvements for `TerminalListener`
9 years ago
Krisjanis Rijnieks
4ceb87f014
Add `TerminalListener` to `Application`
9 years ago
Krisjanis Rijnieks
e2046ed1aa
Add namespace to `TerminalListener`
9 years ago
Krisjanis Rijnieks
225e85faf8
Add `TerminalListener` to xcodeproj
9 years ago
Krisjanis Rijnieks
5c88156b46
Add `TerminalListener` from github.com/jvcleave
9 years ago
Krisjanis Rijnieks
0f9694cd25
Update camera example description with HDMI in info
9 years ago
Krisjanis Rijnieks
026c80af4e
Update git ignore of camera example
9 years ago
Krisjanis Rijnieks
960219eb88
Update camera example xcodeproj
9 years ago
Krisjanis Rijnieks
92df6bef84
Use `GuiEventType` in `Application` and `Gui`
9 years ago
Krisjanis Rijnieks
b279ca621d
Add `GuiEventType` to xcodeproj
9 years ago
Krisjanis Rijnieks
b1d953f2df
Add `GuiEventType`
9 years ago
Krisjanis Rijnieks
c9a2d066da
Create a test case with `GuiEvent` in `Application`
9 years ago
Krisjanis Rijnieks
3ea5258c60
Add `Gui` files to xcodeproj
9 years ago
Krisjanis Rijnieks
2e1fae811e
Add new `Gui` system files for first test
9 years ago
Krisjanis Rijnieks
e3fd194d6b
Handle `surfaceUnselectedEvent` in `SurfaceManagerGui`
9 years ago
Krisjanis Rijnieks
ede1f4fd18
Add `surfaceUnselectedevent to `SurfaceManager`
9 years ago
Krisjanis Rijnieks
db85e1e285
Make use of `DeselectSurfaceCmd` in `SurfaceManagerGui`
9 years ago
Krisjanis Rijnieks
fb7f14df64
Add `DeselectSurfaceCmd` files to xcodeproj
9 years ago
Krisjanis Rijnieks
969d0396e8
Add `DeselectSurfaceCmd` files
9 years ago
Krisjanis Rijnieks
7511e8300a
Use `SelVertexCmd` and fix `onVertexChanged` in `SurfaceManagerGui`
9 years ago
Krisjanis Rijnieks
14aa1aedfe
Add `selectVertex` to `SurfaceManager`
9 years ago
Krisjanis Rijnieks
322d775b94
Remove `ProjectionEditor::moveSelection` as `SurfaceManager` now takes care of it
9 years ago
Krisjanis Rijnieks
b815bab63f
Add `SelVertexCmd` files to xcodeproj
9 years ago