Skip to content

Commit

Permalink
In progress check in. Prior to multitouch integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Dec 27, 2012
1 parent 028e2e8 commit 71f51fd
Show file tree
Hide file tree
Showing 81 changed files with 14,397 additions and 3,322 deletions.
30 changes: 30 additions & 0 deletions TODO.txt
@@ -0,0 +1,30 @@
TODO

- move everything to a resource folder in the lib ... ?
- ofPtr for over all
- FIX ALL STL::VECTOR iterations (http://stackoverflow.com/questions/409348/iteration-over-vector-in-c)
- MOVE ALL POCO NOTIFICATIONS TO DATA ABSTRACTIONS?
- Add double-click trackinng in core.
-- add dc handling to windows
-- add dc handling to sliders
- Implement mouse hiding and position setting during drag
- -- VS BETTER DRAGGING BEHAVIOR

NAMES:

ofxUIKit
ofxUI

ofxGUI

ofxNUI
ofxGuiKit
ofxUIKit
ofxGuiToolkit
ofxEZGui
ofxGTK
ofxUTK
ofxCommonGui
ofxUIKit


4 changes: 1 addition & 3 deletions example-basic/src/main.cpp
@@ -1,12 +1,10 @@
#include "ofMain.h"
#include "testApp.h"
#include "ofAppGlutWindow.h"

//========================================================================
int main( ){

ofAppGlutWindow window;
ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context
ofSetupOpenGL(1024,768, OF_WINDOW); // <-------- setup the GL context

// this kicks off the running of my app
// can be OF_WINDOW or OF_FULLSCREEN
Expand Down

0 comments on commit 71f51fd

Please sign in to comment.