This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #-*- coding: utf8 -*- | |
| """ | |
| %&$% scalelogger v3 | |
| get list | |
| repeat:w | |
| show list | |
| wait for number | |
| wait for data | |
| build record |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "ofApp.h" | |
| int main() { | |
| ofSetupOpenGL(1024, 768, OF_WINDOW); | |
| ofRunApp(new ofApp()); | |
| } |