Skip to content

Instantly share code, notes, and snippets.

View mecanosaurio's full-sized avatar

Emme Ang mecanosaurio

View GitHub Profile
#-*- coding: utf8 -*-
"""
%&$% scalelogger v3
get list
repeat:w
show list
wait for number
wait for data
build record
@mecanosaurio
mecanosaurio / main.cpp
Created August 31, 2016 23:53
kinematics
#include "ofApp.h"
int main() {
ofSetupOpenGL(1024, 768, OF_WINDOW);
ofRunApp(new ofApp());
}