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
360021a09d
Fix deprecated `ofVideoPlayer` method calls
10 years ago
Krisjanis Rijnieks
59c5388d1a
Add link to installation and faq
10 years ago
Krisjanis Rijnieks
8624b415d9
Add faq with launch on boot instructions
10 years ago
Krisjanis Rijnieks
46de203b62
Fix missing semicolon
10 years ago
Krisjanis Rijnieks
c4df183b90
Set the `VideoSource::enableAudio` to false as default
10 years ago
Krisjanis Rijnieks
ffc2a54151
Improve indentation of `VideoSource`
10 years ago
Krisjanis Rijnieks
65afb42383
Make use of the `VideoSource::enableAudio` flag in the example
10 years ago
Krisjanis Rijnieks
aa1397f50a
Add static enableAudio member to `VideoSource` class
10 years ago
Krisjanis Rijnieks
1dab517016
Update keyboard and mouse issue, using no USB hub can be a solution
10 years ago
Krisjanis Rijnieks
b3997e2522
Update Raspberry Pi openFrameworks setup guide link
10 years ago
Krisjanis Rijnieks
5fd3d6538e
Merge pull request #33 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
10 years ago
The Gitter Badger
e7dfcecf53
Add Gitter badge
10 years ago
Krisjanis Rijnieks
074b7d569e
Add correct link to license
10 years ago
Krisjanis Rijnieks
f247c8758c
Beautify license even more
10 years ago
Krisjanis Rijnieks
22fb55468d
Merge branch 'master' into dev
10 years ago
Krisjanis Rijnieks
0c6669a904
Improve readme
10 years ago
Krisjanis Rijnieks
ec9e735de8
Introducing changelog
10 years ago
Krisjanis Rijnieks
c1746a8d85
Beautify license
10 years ago
Krisjanis Rijnieks
350eaef1b2
Update ofxaddons thumbnail
10 years ago
Krisjanis Rijnieks
4951c926b3
Update ofxPiMapper logo
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
e425856a93
Rename `addFboSource()` to `registerFboSource()` and refactor a bit
10 years ago
Krisjanis Rijnieks
b2e217bffc
Update example, add extra custom source
10 years ago
Krisjanis Rijnieks
b81cf62af4
Add `getWidth()` and `getHeight()`, additionally:
Additionally refactor the code according to oF guidelines. To be done for the rest of the code.
10 years ago
Krisjanis Rijnieks
59da45360a
Reset color to white before drawing joints
10 years ago
Krisjanis Rijnieks
423d17af86
Reset color to white before drawing each of the surfaces
10 years ago
Krisjanis Rijnieks
9bf14255c8
Reset color to white before drawing texture
10 years ago
Krisjanis Rijnieks
d15c157243
Add ofxpimapper image source
10 years ago
Krisjanis Rijnieks
b554740a34
Remove yellow color overlay in PresentationState `draw()` method
10 years ago
Krisjanis Rijnieks
502f76b4a9
Move keyboard input mappings completely to application state system
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
04a345b377
Create a bridge between the new state system and the old solution
10 years ago
Krisjanis Rijnieks
76f225de8d
Save current state of xcode project and add TODO to SurfaceManagerGui
10 years ago
Krisjanis Rijnieks
175067dc98
Set application state instead of changing gui mode (in progress)
10 years ago
Krisjanis Rijnieks
05396890eb
Move state change keyboard mappings to Application to handle
10 years ago
Krisjanis Rijnieks
20904a8abf
Remove ofLogNotice when no source selected
10 years ago
Krisjanis Rijnieks
2306be1c5d
Rename MainView to Application and not just that
- Rename ViewState to ApplicationBaseState
- Rename all ..ViewState's to just ..State's
- Adjust ofxPiMapper main class so app compiles
10 years ago
Krisjanis Rijnieks
5fd8c2bbd5
Add keyboard input handler and move the view switching functionality there
10 years ago
Krisjanis Rijnieks
a65a11bfed
Remove log messages from new view states
10 years ago
Krisjanis Rijnieks
c5cea9004a
Add and test MainView as singleton and ViewStates
10 years ago
Krisjanis Rijnieks
7a8e9d7032
Merge branch 'master' into feature-viewstate
10 years ago
Krisjanis Rijnieks
d1d9cd3421
Replace #import with #include in CmdManager.h
10 years ago
Krisjanis Rijnieks
296b5585fb
Update readme for v0.2.4
10 years ago
Krisjanis Rijnieks
0d0bae9f43
Remove the `auto` specifier from `i` variable in `for` loops
`auto` is available in C++11+ compilers and this is not the case of a basic RPi setup.
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
ea55aa06f4
Update readme for v0.2.3
10 years ago
Krisjanis Rijnieks
05edf64d04
Fix another getSelectedSurface() relatedbug that caused crash
10 years ago