├── .gitignore ├── 2-04_a ├── 2-04_a.sln ├── 2-04_a.vcxproj ├── 2-04_a.vcxproj.filters ├── 2-04_a.vcxproj.user ├── 2-04_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-04_a Debug.xcscheme │ │ └── 2-04_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-05_a ├── 2-05_a.sln ├── 2-05_a.vcxproj ├── 2-05_a.vcxproj.filters ├── 2-05_a.vcxproj.user ├── 2-05_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-05_a Debug.xcscheme │ │ └── 2-05_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-05_b ├── 2-05_b.sln ├── 2-05_b.vcxproj ├── 2-05_b.vcxproj.filters ├── 2-05_b.vcxproj.user ├── 2-05_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-05_b Debug.xcscheme │ │ └── 2-05_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-05_c ├── 2-05_c.sln ├── 2-05_c.vcxproj ├── 2-05_c.vcxproj.filters ├── 2-05_c.vcxproj.user ├── 2-05_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-05_c Debug.xcscheme │ │ └── 2-05_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-05_d ├── 2-05_d.sln ├── 2-05_d.vcxproj ├── 2-05_d.vcxproj.filters ├── 2-05_d.vcxproj.user ├── 2-05_d.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-05_d Debug.xcscheme │ │ └── 2-05_d Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-06_a ├── 2-06_a.sln ├── 2-06_a.vcxproj ├── 2-06_a.vcxproj.filters ├── 2-06_a.vcxproj.user ├── 2-06_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-06_a Debug.xcscheme │ │ └── 2-06_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-06_b ├── 2-06_b.sln ├── 2-06_b.vcxproj ├── 2-06_b.vcxproj.filters ├── 2-06_b.vcxproj.user ├── 2-06_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-06_b Debug.xcscheme │ │ └── 2-06_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-06_c ├── 2-06_c.sln ├── 2-06_c.vcxproj ├── 2-06_c.vcxproj.filters ├── 2-06_c.vcxproj.user ├── 2-06_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-06_c Debug.xcscheme │ │ └── 2-06_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-07_a ├── 2-07_a.sln ├── 2-07_a.vcxproj ├── 2-07_a.vcxproj.filters ├── 2-07_a.vcxproj.user ├── 2-07_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-07_a Debug.xcscheme │ │ └── 2-07_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-07_b ├── 2-07_b.sln ├── 2-07_b.vcxproj ├── 2-07_b.vcxproj.filters ├── 2-07_b.vcxproj.user ├── 2-07_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-07_b Debug.xcscheme │ │ └── 2-07_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-07_c ├── 2-07_c.sln ├── 2-07_c.vcxproj ├── 2-07_c.vcxproj.filters ├── 2-07_c.vcxproj.user ├── 2-07_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-07_c Debug.xcscheme │ │ └── 2-07_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-07_d ├── 2-07_d.sln ├── 2-07_d.vcxproj ├── 2-07_d.vcxproj.filters ├── 2-07_d.vcxproj.user ├── 2-07_d.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-07_d Debug.xcscheme │ │ └── 2-07_d Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-08_a ├── 2-08_a.sln ├── 2-08_a.vcxproj ├── 2-08_a.vcxproj.filters ├── 2-08_a.vcxproj.user ├── 2-08_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-08_a Debug.xcscheme │ │ └── 2-08_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-08_b ├── 2-08_b.sln ├── 2-08_b.vcxproj ├── 2-08_b.vcxproj.filters ├── 2-08_b.vcxproj.user ├── 2-08_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-08_b Debug.xcscheme │ │ └── 2-08_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-08_c ├── 2-08_c.sln ├── 2-08_c.vcxproj ├── 2-08_c.vcxproj.filters ├── 2-08_c.vcxproj.user ├── 2-08_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-08_c Debug.xcscheme │ │ └── 2-08_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-08_d ├── 2-08_d.sln ├── 2-08_d.vcxproj ├── 2-08_d.vcxproj.filters ├── 2-08_d.vcxproj.user ├── 2-08_d.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-08_d Debug.xcscheme │ │ └── 2-08_d Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-09_a ├── 2-09_a.sln ├── 2-09_a.vcxproj ├── 2-09_a.vcxproj.filters ├── 2-09_a.vcxproj.user ├── 2-09_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-09_a Debug.xcscheme │ │ └── 2-09_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-09_b ├── 2-09_b.sln ├── 2-09_b.vcxproj ├── 2-09_b.vcxproj.filters ├── 2-09_b.vcxproj.user ├── 2-09_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-09_b Debug.xcscheme │ │ └── 2-09_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-09_c-2 ├── 2-09_c-2.sln ├── 2-09_c-2.vcxproj ├── 2-09_c-2.vcxproj.filters ├── 2-09_c-2.vcxproj.user ├── 2-09_c-2.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-09_c-2 Debug.xcscheme │ │ └── 2-09_c-2 Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-09_c-3 ├── 2-09_c-3.sln ├── 2-09_c-3.vcxproj ├── 2-09_c-3.vcxproj.filters ├── 2-09_c-3.vcxproj.user ├── 2-09_c-3.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-09_c-3 Debug.xcscheme │ │ └── 2-09_c-3 Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-09_c-4 ├── 2-09_c-4.sln ├── 2-09_c-4.vcxproj ├── 2-09_c-4.vcxproj.filters ├── 2-09_c-4.vcxproj.user ├── 2-09_c-4.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-09_c-4 Debug.xcscheme │ │ └── 2-09_c-4 Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-09_c ├── 2-09_c.sln ├── 2-09_c.vcxproj ├── 2-09_c.vcxproj.filters ├── 2-09_c.vcxproj.user ├── 2-09_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-09_c Debug.xcscheme │ │ └── 2-09_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-10_A ├── Project.xcconfig ├── openFrameworks-Info.plist └── src │ └── main.cpp ├── 2-10_a ├── 2-10_a.sln ├── 2-10_a.vcxproj ├── 2-10_a.vcxproj.filters ├── 2-10_a.vcxproj.user ├── 2-10_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-10_a Debug.xcscheme │ │ └── 2-10_a Release.xcscheme ├── Makefile ├── addons.make ├── config.make ├── icon.rc └── src │ ├── ofApp.cpp │ └── ofApp.h ├── 2-11_A ├── Project.xcconfig ├── openFrameworks-Info.plist └── src │ └── main.cpp ├── 2-11_B ├── Project.xcconfig ├── openFrameworks-Info.plist └── src │ └── main.cpp ├── 2-11_a ├── 2-11_a.sln ├── 2-11_a.vcxproj ├── 2-11_a.vcxproj.filters ├── 2-11_a.vcxproj.user ├── 2-11_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-11_a Debug.xcscheme │ │ └── 2-11_a Release.xcscheme ├── Makefile ├── addons.make ├── config.make ├── icon.rc └── src │ ├── ofApp.cpp │ └── ofApp.h ├── 2-11_b ├── 2-11_b.sln ├── 2-11_b.vcxproj ├── 2-11_b.vcxproj.filters ├── 2-11_b.vcxproj.user ├── 2-11_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-11_b Debug.xcscheme │ │ └── 2-11_b Release.xcscheme ├── Makefile ├── addons.make ├── config.make ├── icon.rc └── src │ ├── ofApp.cpp │ └── ofApp.h ├── 2-12_a ├── 2-12_a.sln ├── 2-12_a.vcxproj ├── 2-12_a.vcxproj.filters ├── 2-12_a.vcxproj.user ├── 2-12_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-12_a Debug.xcscheme │ │ └── 2-12_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-12_b ├── 2-12_b.sln ├── 2-12_b.vcxproj ├── 2-12_b.vcxproj.filters ├── 2-12_b.vcxproj.user ├── 2-12_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-12_b Debug.xcscheme │ │ └── 2-12_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-12_c ├── 2-12_c.sln ├── 2-12_c.vcxproj ├── 2-12_c.vcxproj.filters ├── 2-12_c.vcxproj.user ├── 2-12_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-12_c Debug.xcscheme │ │ └── 2-12_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-12_d ├── 2-12_d.sln ├── 2-12_d.vcxproj ├── 2-12_d.vcxproj.filters ├── 2-12_d.vcxproj.user ├── 2-12_d.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-12_d Debug.xcscheme │ │ └── 2-12_d Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-13_a ├── 2-13_a.sln ├── 2-13_a.vcxproj ├── 2-13_a.vcxproj.filters ├── 2-13_a.vcxproj.user ├── 2-13_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-13_a Debug.xcscheme │ │ └── 2-13_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-13_b ├── 2-13_b.sln ├── 2-13_b.vcxproj ├── 2-13_b.vcxproj.filters ├── 2-13_b.vcxproj.user ├── 2-13_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-13_b Debug.xcscheme │ │ └── 2-13_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-13_c ├── 2-13_c.sln ├── 2-13_c.vcxproj ├── 2-13_c.vcxproj.filters ├── 2-13_c.vcxproj.user ├── 2-13_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-13_c Debug.xcscheme │ │ └── 2-13_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-14_a ├── 2-14_a.sln ├── 2-14_a.vcxproj ├── 2-14_a.vcxproj.filters ├── 2-14_a.vcxproj.user ├── 2-14_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-14_a Debug.xcscheme │ │ └── 2-14_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 2-14_b ├── 2-14_b.sln ├── 2-14_b.vcxproj ├── 2-14_b.vcxproj.filters ├── 2-14_b.vcxproj.user ├── 2-14_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 2-14_b Debug.xcscheme │ │ └── 2-14_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-01_a ├── dog.xcodeproj │ └── project.pbxproj └── main.cpp ├── 3-01_b ├── Dog.cpp ├── Dog.h ├── dog.xcodeproj │ └── project.pbxproj └── main.cpp ├── 3-02_a ├── 3-02_a.sln ├── 3-02_a.vcxproj ├── 3-02_a.vcxproj.filters ├── 3-02_a.vcxproj.user ├── 3-02_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_a Debug.xcscheme │ │ └── 3-02_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_b ├── 3-02_b.sln ├── 3-02_b.vcxproj ├── 3-02_b.vcxproj.filters ├── 3-02_b.vcxproj.user ├── 3-02_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_b Debug.xcscheme │ │ └── 3-02_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_c ├── 3-02_c.sln ├── 3-02_c.vcxproj ├── 3-02_c.vcxproj.filters ├── 3-02_c.vcxproj.user ├── 3-02_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_c Debug.xcscheme │ │ └── 3-02_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_d ├── 3-02_d.sln ├── 3-02_d.vcxproj ├── 3-02_d.vcxproj.filters ├── 3-02_d.vcxproj.user ├── 3-02_d.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_d Debug.xcscheme │ │ └── 3-02_d Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_e ├── 3-02_e.sln ├── 3-02_e.vcxproj ├── 3-02_e.vcxproj.filters ├── 3-02_e.vcxproj.user ├── 3-02_e.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_e Debug.xcscheme │ │ └── 3-02_e Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ └── glitch_loop.wav ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_f ├── 3-02_f.sln ├── 3-02_f.vcxproj ├── 3-02_f.vcxproj.filters ├── 3-02_f.vcxproj.user ├── 3-02_f.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_f Debug.xcscheme │ │ └── 3-02_f Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ └── drum_loop.aif ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_g ├── 3-02_g.sln ├── 3-02_g.vcxproj ├── 3-02_g.vcxproj.filters ├── 3-02_g.vcxproj.user ├── 3-02_g.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_g Debug.xcscheme │ │ └── 3-02_g Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ └── drum_loop.aif ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_h ├── 3-02_h.sln ├── 3-02_h.vcxproj ├── 3-02_h.vcxproj.filters ├── 3-02_h.vcxproj.user ├── 3-02_h.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_h Debug.xcscheme │ │ └── 3-02_h Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── MonaLisa.jpg │ │ └── grabbedImage.png ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_i ├── 3-02_i.sln ├── 3-02_i.vcxproj ├── 3-02_i.vcxproj.filters ├── 3-02_i.vcxproj.user ├── 3-02_i.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_i Debug.xcscheme │ │ └── 3-02_i Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ └── Georgia.ttf ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_j ├── 3-02_j.sln ├── 3-02_j.vcxproj ├── 3-02_j.vcxproj.filters ├── 3-02_j.vcxproj.user ├── 3-02_j.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_j Debug.xcscheme │ │ └── 3-02_j Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ └── fingers.mov ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-02_k ├── 3-02_k.sln ├── 3-02_k.vcxproj ├── 3-02_k.vcxproj.filters ├── 3-02_k.vcxproj.user ├── 3-02_k.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-02_k Debug.xcscheme │ │ └── 3-02_k Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-03_a ├── 3-03_a.sln ├── 3-03_a.vcxproj ├── 3-03_a.vcxproj.filters ├── 3-03_a.vcxproj.user ├── 3-03_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-03_a Debug.xcscheme │ │ └── 3-03_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── Ball.cpp │ ├── Ball.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-03_b ├── 3-03_b.sln ├── 3-03_b.vcxproj ├── 3-03_b.vcxproj.filters ├── 3-03_b.vcxproj.user ├── 3-03_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-03_b Debug.xcscheme │ │ └── 3-03_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── Ball.cpp │ ├── Ball.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-03_c ├── 3-03_c.sln ├── 3-03_c.vcxproj ├── 3-03_c.vcxproj.filters ├── 3-03_c.vcxproj.user ├── 3-03_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-03_c Debug.xcscheme │ │ └── 3-03_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── Ball.cpp │ ├── Ball.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-03_d ├── 3-03_d.sln ├── 3-03_d.vcxproj ├── 3-03_d.vcxproj.filters ├── 3-03_d.vcxproj.user ├── 3-03_d.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-03_d Debug.xcscheme │ │ └── 3-03_d Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── Ball.cpp │ ├── Ball.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-03_e ├── 3-03_e.sln ├── 3-03_e.vcxproj ├── 3-03_e.vcxproj.filters ├── 3-03_e.vcxproj.user ├── 3-03_e.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-03_e Debug.xcscheme │ │ └── 3-03_e Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── Ball.cpp │ ├── Ball.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-03_f ├── 3-03_f.sln ├── 3-03_f.vcxproj ├── 3-03_f.vcxproj.filters ├── 3-03_f.vcxproj.user ├── 3-03_f.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-03_f Debug.xcscheme │ │ └── 3-03_f Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── Ball.cpp │ ├── Ball.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-03_g ├── 3-03_g.sln ├── 3-03_g.vcxproj ├── 3-03_g.vcxproj.filters ├── 3-03_g.vcxproj.user ├── 3-03_g.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-03_g Debug.xcscheme │ │ └── 3-03_g Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── Ball.cpp │ ├── Ball.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-04_a ├── 3-04_a.sln ├── 3-04_a.vcxproj ├── 3-04_a.vcxproj.filters ├── 3-04_a.vcxproj.user ├── 3-04_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-04_a Debug.xcscheme │ │ └── 3-04_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-04_b ├── 3-04_b.sln ├── 3-04_b.vcxproj ├── 3-04_b.vcxproj.filters ├── 3-04_b.vcxproj.user ├── 3-04_b.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-04_b Debug.xcscheme │ │ └── 3-04_b Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── CustomCircle.cpp │ ├── CustomCircle.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-04_c ├── 3-04_c.sln ├── 3-04_c.vcxproj ├── 3-04_c.vcxproj.filters ├── 3-04_c.vcxproj.user ├── 3-04_c.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-04_c Debug.xcscheme │ │ └── 3-04_c Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── CustomCircle.cpp │ ├── CustomCircle.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-04_d ├── 3-04_d.sln ├── 3-04_d.vcxproj ├── 3-04_d.vcxproj.filters ├── 3-04_d.vcxproj.user ├── 3-04_d.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-04_d Debug.xcscheme │ │ └── 3-04_d Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-04_e ├── 3-04_e.sln ├── 3-04_e.vcxproj ├── 3-04_e.vcxproj.filters ├── 3-04_e.vcxproj.user ├── 3-04_e.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-04_e Debug.xcscheme │ │ └── 3-04_e Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-04_f ├── 3-04_f.sln ├── 3-04_f.vcxproj ├── 3-04_f.vcxproj.filters ├── 3-04_f.vcxproj.user ├── 3-04_f.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-04_f Debug.xcscheme │ │ └── 3-04_f Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-04_g ├── 3-04_g.sln ├── 3-04_g.vcxproj ├── 3-04_g.vcxproj.filters ├── 3-04_g.vcxproj.user ├── 3-04_g.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-04_g Debug.xcscheme │ │ └── 3-04_g Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-04_h ├── 3-04_h.sln ├── 3-04_h.vcxproj ├── 3-04_h.vcxproj.filters ├── 3-04_h.vcxproj.user ├── 3-04_h.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-04_h Debug.xcscheme │ │ └── 3-04_h Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── CustomCircle.cpp │ ├── CustomCircle.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 3-05_a ├── 3-05_a.sln ├── 3-05_a.vcxproj ├── 3-05_a.vcxproj.filters ├── 3-05_a.vcxproj.user ├── 3-05_a.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ ├── 3-05_a Debug.xcscheme │ │ └── 3-05_a Release.xcscheme ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── ambientSound.wav │ │ ├── emitter.png │ │ └── particle.png ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── CustomCircle.cpp │ ├── CustomCircle.h │ ├── CustomJoint.cpp │ ├── CustomJoint.h │ ├── CustomRect.cpp │ ├── CustomRect.h │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-01_a ├── 4-01_a.sln ├── 4-01_a.vcxproj ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-01_b ├── 4-01_b.sln ├── 4-01_b.vcxproj ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-02_a ├── 4-02_a.sln ├── 4-02_a.vcxproj ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-02_b ├── 4-02_b.sln ├── 4-02_b.vcxproj ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-02_c ├── 4-02_c.sln ├── 4-02_c.vcxproj ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-02_d ├── 4-02_d.sln ├── 4-02_d.vcxproj ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-02_e ├── 4-02_e.sln ├── 4-02_e.vcxproj ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-02_f ├── 4-02_f.sln ├── 4-02_f.vcxproj ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-02_g ├── 4-02_g.sln ├── 4-02_g.vcxproj ├── addons.make ├── bin │ └── data │ │ └── .gitkeep ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-03_a ├── 4-03_a.sln ├── 4-03_a.vcxproj ├── addons.make ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-03_b ├── 4-03_b.sln ├── 4-03_b.vcxproj ├── addons.make ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-03_c ├── 4-03_c.sln ├── 4-03_c.vcxproj ├── addons.make ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-03_d ├── 4-03_d.sln ├── 4-03_d.vcxproj ├── addons.make ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-03_e ├── 4-03_e.sln ├── 4-03_e.vcxproj ├── addons.make ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-03_f ├── 4-03_f.sln ├── 4-03_f.vcxproj ├── addons.make ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-03_g ├── 4-03_g.sln ├── 4-03_g.vcxproj ├── addons.make ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-03_h ├── 4-03_h.sln ├── 4-03_h.vcxproj ├── addons.make ├── icon.rc └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-04_a ├── 4-04_a.sln ├── 4-04_a.vcxproj ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── shader.frag │ │ └── shader.vert ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-04_b ├── 4-04_b.sln ├── 4-04_b.vcxproj ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── shader.frag │ │ └── shader.vert ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-04_c ├── 4-04_c.sln ├── 4-04_c.vcxproj ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── shader.frag │ │ └── shader.vert ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-04_d ├── 4-04_d.sln ├── 4-04_d.vcxproj ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── shader.frag │ │ └── shader.vert ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-04_e ├── 4-04_e.sln ├── 4-04_e.vcxproj ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── shader.frag │ │ └── shader.vert ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-04_f ├── 4-04_f.sln ├── 4-04_f.vcxproj ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── shader.frag │ │ └── shader.vert ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-04_g ├── 4-04_g.sln ├── 4-04_g.vcxproj ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── shader.frag │ │ └── shader.vert ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-04_h ├── 4-04_h.sln ├── 4-04_h.vcxproj ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── shader.frag │ │ └── shader.vert ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h ├── 4-04_i ├── 4-04_i.sln ├── 4-04_i.vcxproj ├── Makefile ├── Project.xcconfig ├── addons.make ├── bin │ └── data │ │ ├── .gitkeep │ │ ├── shader.frag │ │ └── shader.vert ├── config.make ├── icon.rc ├── openFrameworks-Info.plist └── src │ ├── main.cpp │ ├── ofApp.cpp │ └── ofApp.h └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/.gitignore -------------------------------------------------------------------------------- /2-04_a/2-04_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/2-04_a.sln -------------------------------------------------------------------------------- /2-04_a/2-04_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/2-04_a.vcxproj -------------------------------------------------------------------------------- /2-04_a/2-04_a.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/2-04_a.vcxproj.filters -------------------------------------------------------------------------------- /2-04_a/2-04_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/2-04_a.vcxproj.user -------------------------------------------------------------------------------- /2-04_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/Makefile -------------------------------------------------------------------------------- /2-04_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/Project.xcconfig -------------------------------------------------------------------------------- /2-04_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-04_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/config.make -------------------------------------------------------------------------------- /2-04_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/icon.rc -------------------------------------------------------------------------------- /2-04_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/src/main.cpp -------------------------------------------------------------------------------- /2-04_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-04_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-04_a/src/ofApp.h -------------------------------------------------------------------------------- /2-05_a/2-05_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/2-05_a.sln -------------------------------------------------------------------------------- /2-05_a/2-05_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/2-05_a.vcxproj -------------------------------------------------------------------------------- /2-05_a/2-05_a.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/2-05_a.vcxproj.filters -------------------------------------------------------------------------------- /2-05_a/2-05_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/2-05_a.vcxproj.user -------------------------------------------------------------------------------- /2-05_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/Makefile -------------------------------------------------------------------------------- /2-05_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/Project.xcconfig -------------------------------------------------------------------------------- /2-05_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-05_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/config.make -------------------------------------------------------------------------------- /2-05_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/icon.rc -------------------------------------------------------------------------------- /2-05_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/src/main.cpp -------------------------------------------------------------------------------- /2-05_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-05_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_a/src/ofApp.h -------------------------------------------------------------------------------- /2-05_b/2-05_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/2-05_b.sln -------------------------------------------------------------------------------- /2-05_b/2-05_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/2-05_b.vcxproj -------------------------------------------------------------------------------- /2-05_b/2-05_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/2-05_b.vcxproj.user -------------------------------------------------------------------------------- /2-05_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/Makefile -------------------------------------------------------------------------------- /2-05_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/Project.xcconfig -------------------------------------------------------------------------------- /2-05_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-05_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/config.make -------------------------------------------------------------------------------- /2-05_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/icon.rc -------------------------------------------------------------------------------- /2-05_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/src/main.cpp -------------------------------------------------------------------------------- /2-05_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/src/ofApp.cpp -------------------------------------------------------------------------------- /2-05_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_b/src/ofApp.h -------------------------------------------------------------------------------- /2-05_c/2-05_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/2-05_c.sln -------------------------------------------------------------------------------- /2-05_c/2-05_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/2-05_c.vcxproj -------------------------------------------------------------------------------- /2-05_c/2-05_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/2-05_c.vcxproj.user -------------------------------------------------------------------------------- /2-05_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/Makefile -------------------------------------------------------------------------------- /2-05_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/Project.xcconfig -------------------------------------------------------------------------------- /2-05_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-05_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/config.make -------------------------------------------------------------------------------- /2-05_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/icon.rc -------------------------------------------------------------------------------- /2-05_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/src/main.cpp -------------------------------------------------------------------------------- /2-05_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/src/ofApp.cpp -------------------------------------------------------------------------------- /2-05_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_c/src/ofApp.h -------------------------------------------------------------------------------- /2-05_d/2-05_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/2-05_d.sln -------------------------------------------------------------------------------- /2-05_d/2-05_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/2-05_d.vcxproj -------------------------------------------------------------------------------- /2-05_d/2-05_d.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/2-05_d.vcxproj.user -------------------------------------------------------------------------------- /2-05_d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/Makefile -------------------------------------------------------------------------------- /2-05_d/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/Project.xcconfig -------------------------------------------------------------------------------- /2-05_d/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-05_d/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/config.make -------------------------------------------------------------------------------- /2-05_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/icon.rc -------------------------------------------------------------------------------- /2-05_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/src/main.cpp -------------------------------------------------------------------------------- /2-05_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/src/ofApp.cpp -------------------------------------------------------------------------------- /2-05_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-05_d/src/ofApp.h -------------------------------------------------------------------------------- /2-06_a/2-06_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/2-06_a.sln -------------------------------------------------------------------------------- /2-06_a/2-06_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/2-06_a.vcxproj -------------------------------------------------------------------------------- /2-06_a/2-06_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/2-06_a.vcxproj.user -------------------------------------------------------------------------------- /2-06_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/Makefile -------------------------------------------------------------------------------- /2-06_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/Project.xcconfig -------------------------------------------------------------------------------- /2-06_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-06_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/config.make -------------------------------------------------------------------------------- /2-06_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/icon.rc -------------------------------------------------------------------------------- /2-06_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/src/main.cpp -------------------------------------------------------------------------------- /2-06_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-06_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_a/src/ofApp.h -------------------------------------------------------------------------------- /2-06_b/2-06_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/2-06_b.sln -------------------------------------------------------------------------------- /2-06_b/2-06_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/2-06_b.vcxproj -------------------------------------------------------------------------------- /2-06_b/2-06_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/2-06_b.vcxproj.user -------------------------------------------------------------------------------- /2-06_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/Makefile -------------------------------------------------------------------------------- /2-06_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/Project.xcconfig -------------------------------------------------------------------------------- /2-06_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-06_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/config.make -------------------------------------------------------------------------------- /2-06_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/icon.rc -------------------------------------------------------------------------------- /2-06_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/src/main.cpp -------------------------------------------------------------------------------- /2-06_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/src/ofApp.cpp -------------------------------------------------------------------------------- /2-06_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_b/src/ofApp.h -------------------------------------------------------------------------------- /2-06_c/2-06_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/2-06_c.sln -------------------------------------------------------------------------------- /2-06_c/2-06_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/2-06_c.vcxproj -------------------------------------------------------------------------------- /2-06_c/2-06_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/2-06_c.vcxproj.user -------------------------------------------------------------------------------- /2-06_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/Makefile -------------------------------------------------------------------------------- /2-06_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/Project.xcconfig -------------------------------------------------------------------------------- /2-06_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-06_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/config.make -------------------------------------------------------------------------------- /2-06_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/icon.rc -------------------------------------------------------------------------------- /2-06_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/src/main.cpp -------------------------------------------------------------------------------- /2-06_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/src/ofApp.cpp -------------------------------------------------------------------------------- /2-06_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-06_c/src/ofApp.h -------------------------------------------------------------------------------- /2-07_a/2-07_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/2-07_a.sln -------------------------------------------------------------------------------- /2-07_a/2-07_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/2-07_a.vcxproj -------------------------------------------------------------------------------- /2-07_a/2-07_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/2-07_a.vcxproj.user -------------------------------------------------------------------------------- /2-07_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/Makefile -------------------------------------------------------------------------------- /2-07_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/Project.xcconfig -------------------------------------------------------------------------------- /2-07_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-07_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/config.make -------------------------------------------------------------------------------- /2-07_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/icon.rc -------------------------------------------------------------------------------- /2-07_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/src/main.cpp -------------------------------------------------------------------------------- /2-07_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-07_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_a/src/ofApp.h -------------------------------------------------------------------------------- /2-07_b/2-07_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/2-07_b.sln -------------------------------------------------------------------------------- /2-07_b/2-07_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/2-07_b.vcxproj -------------------------------------------------------------------------------- /2-07_b/2-07_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/2-07_b.vcxproj.user -------------------------------------------------------------------------------- /2-07_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/Makefile -------------------------------------------------------------------------------- /2-07_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/Project.xcconfig -------------------------------------------------------------------------------- /2-07_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-07_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/config.make -------------------------------------------------------------------------------- /2-07_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/icon.rc -------------------------------------------------------------------------------- /2-07_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/src/main.cpp -------------------------------------------------------------------------------- /2-07_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/src/ofApp.cpp -------------------------------------------------------------------------------- /2-07_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_b/src/ofApp.h -------------------------------------------------------------------------------- /2-07_c/2-07_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/2-07_c.sln -------------------------------------------------------------------------------- /2-07_c/2-07_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/2-07_c.vcxproj -------------------------------------------------------------------------------- /2-07_c/2-07_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/2-07_c.vcxproj.user -------------------------------------------------------------------------------- /2-07_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/Makefile -------------------------------------------------------------------------------- /2-07_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/Project.xcconfig -------------------------------------------------------------------------------- /2-07_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-07_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/config.make -------------------------------------------------------------------------------- /2-07_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/icon.rc -------------------------------------------------------------------------------- /2-07_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/src/main.cpp -------------------------------------------------------------------------------- /2-07_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/src/ofApp.cpp -------------------------------------------------------------------------------- /2-07_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_c/src/ofApp.h -------------------------------------------------------------------------------- /2-07_d/2-07_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/2-07_d.sln -------------------------------------------------------------------------------- /2-07_d/2-07_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/2-07_d.vcxproj -------------------------------------------------------------------------------- /2-07_d/2-07_d.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/2-07_d.vcxproj.user -------------------------------------------------------------------------------- /2-07_d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/Makefile -------------------------------------------------------------------------------- /2-07_d/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/Project.xcconfig -------------------------------------------------------------------------------- /2-07_d/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-07_d/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/config.make -------------------------------------------------------------------------------- /2-07_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/icon.rc -------------------------------------------------------------------------------- /2-07_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/src/main.cpp -------------------------------------------------------------------------------- /2-07_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/src/ofApp.cpp -------------------------------------------------------------------------------- /2-07_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-07_d/src/ofApp.h -------------------------------------------------------------------------------- /2-08_a/2-08_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/2-08_a.sln -------------------------------------------------------------------------------- /2-08_a/2-08_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/2-08_a.vcxproj -------------------------------------------------------------------------------- /2-08_a/2-08_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/2-08_a.vcxproj.user -------------------------------------------------------------------------------- /2-08_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/Makefile -------------------------------------------------------------------------------- /2-08_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/Project.xcconfig -------------------------------------------------------------------------------- /2-08_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-08_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/config.make -------------------------------------------------------------------------------- /2-08_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/icon.rc -------------------------------------------------------------------------------- /2-08_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/src/main.cpp -------------------------------------------------------------------------------- /2-08_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-08_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_a/src/ofApp.h -------------------------------------------------------------------------------- /2-08_b/2-08_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/2-08_b.sln -------------------------------------------------------------------------------- /2-08_b/2-08_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/2-08_b.vcxproj -------------------------------------------------------------------------------- /2-08_b/2-08_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/2-08_b.vcxproj.user -------------------------------------------------------------------------------- /2-08_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/Makefile -------------------------------------------------------------------------------- /2-08_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/Project.xcconfig -------------------------------------------------------------------------------- /2-08_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-08_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/config.make -------------------------------------------------------------------------------- /2-08_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/icon.rc -------------------------------------------------------------------------------- /2-08_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/src/main.cpp -------------------------------------------------------------------------------- /2-08_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/src/ofApp.cpp -------------------------------------------------------------------------------- /2-08_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_b/src/ofApp.h -------------------------------------------------------------------------------- /2-08_c/2-08_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/2-08_c.sln -------------------------------------------------------------------------------- /2-08_c/2-08_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/2-08_c.vcxproj -------------------------------------------------------------------------------- /2-08_c/2-08_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/2-08_c.vcxproj.user -------------------------------------------------------------------------------- /2-08_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/Makefile -------------------------------------------------------------------------------- /2-08_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/Project.xcconfig -------------------------------------------------------------------------------- /2-08_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-08_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/config.make -------------------------------------------------------------------------------- /2-08_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/icon.rc -------------------------------------------------------------------------------- /2-08_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/src/main.cpp -------------------------------------------------------------------------------- /2-08_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/src/ofApp.cpp -------------------------------------------------------------------------------- /2-08_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_c/src/ofApp.h -------------------------------------------------------------------------------- /2-08_d/2-08_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/2-08_d.sln -------------------------------------------------------------------------------- /2-08_d/2-08_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/2-08_d.vcxproj -------------------------------------------------------------------------------- /2-08_d/2-08_d.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/2-08_d.vcxproj.user -------------------------------------------------------------------------------- /2-08_d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/Makefile -------------------------------------------------------------------------------- /2-08_d/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/Project.xcconfig -------------------------------------------------------------------------------- /2-08_d/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-08_d/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/config.make -------------------------------------------------------------------------------- /2-08_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/icon.rc -------------------------------------------------------------------------------- /2-08_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/src/main.cpp -------------------------------------------------------------------------------- /2-08_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/src/ofApp.cpp -------------------------------------------------------------------------------- /2-08_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-08_d/src/ofApp.h -------------------------------------------------------------------------------- /2-09_a/2-09_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/2-09_a.sln -------------------------------------------------------------------------------- /2-09_a/2-09_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/2-09_a.vcxproj -------------------------------------------------------------------------------- /2-09_a/2-09_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/2-09_a.vcxproj.user -------------------------------------------------------------------------------- /2-09_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/Makefile -------------------------------------------------------------------------------- /2-09_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/Project.xcconfig -------------------------------------------------------------------------------- /2-09_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-09_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/config.make -------------------------------------------------------------------------------- /2-09_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/icon.rc -------------------------------------------------------------------------------- /2-09_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/src/main.cpp -------------------------------------------------------------------------------- /2-09_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-09_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_a/src/ofApp.h -------------------------------------------------------------------------------- /2-09_b/2-09_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/2-09_b.sln -------------------------------------------------------------------------------- /2-09_b/2-09_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/2-09_b.vcxproj -------------------------------------------------------------------------------- /2-09_b/2-09_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/2-09_b.vcxproj.user -------------------------------------------------------------------------------- /2-09_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/Makefile -------------------------------------------------------------------------------- /2-09_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/Project.xcconfig -------------------------------------------------------------------------------- /2-09_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-09_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/config.make -------------------------------------------------------------------------------- /2-09_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/icon.rc -------------------------------------------------------------------------------- /2-09_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/src/main.cpp -------------------------------------------------------------------------------- /2-09_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/src/ofApp.cpp -------------------------------------------------------------------------------- /2-09_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_b/src/ofApp.h -------------------------------------------------------------------------------- /2-09_c-2/2-09_c-2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-2/2-09_c-2.sln -------------------------------------------------------------------------------- /2-09_c-2/2-09_c-2.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-2/2-09_c-2.vcxproj -------------------------------------------------------------------------------- /2-09_c-2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-2/Makefile -------------------------------------------------------------------------------- /2-09_c-2/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-2/Project.xcconfig -------------------------------------------------------------------------------- /2-09_c-2/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-09_c-2/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-2/config.make -------------------------------------------------------------------------------- /2-09_c-2/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-2/icon.rc -------------------------------------------------------------------------------- /2-09_c-2/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-2/src/main.cpp -------------------------------------------------------------------------------- /2-09_c-2/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-2/src/ofApp.cpp -------------------------------------------------------------------------------- /2-09_c-2/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-2/src/ofApp.h -------------------------------------------------------------------------------- /2-09_c-3/2-09_c-3.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-3/2-09_c-3.sln -------------------------------------------------------------------------------- /2-09_c-3/2-09_c-3.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-3/2-09_c-3.vcxproj -------------------------------------------------------------------------------- /2-09_c-3/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-3/Makefile -------------------------------------------------------------------------------- /2-09_c-3/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-3/Project.xcconfig -------------------------------------------------------------------------------- /2-09_c-3/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-09_c-3/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-3/config.make -------------------------------------------------------------------------------- /2-09_c-3/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-3/icon.rc -------------------------------------------------------------------------------- /2-09_c-3/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-3/src/main.cpp -------------------------------------------------------------------------------- /2-09_c-3/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-3/src/ofApp.cpp -------------------------------------------------------------------------------- /2-09_c-3/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-3/src/ofApp.h -------------------------------------------------------------------------------- /2-09_c-4/2-09_c-4.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-4/2-09_c-4.sln -------------------------------------------------------------------------------- /2-09_c-4/2-09_c-4.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-4/2-09_c-4.vcxproj -------------------------------------------------------------------------------- /2-09_c-4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-4/Makefile -------------------------------------------------------------------------------- /2-09_c-4/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-4/Project.xcconfig -------------------------------------------------------------------------------- /2-09_c-4/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-09_c-4/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-4/config.make -------------------------------------------------------------------------------- /2-09_c-4/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-4/icon.rc -------------------------------------------------------------------------------- /2-09_c-4/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-4/src/main.cpp -------------------------------------------------------------------------------- /2-09_c-4/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-4/src/ofApp.cpp -------------------------------------------------------------------------------- /2-09_c-4/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c-4/src/ofApp.h -------------------------------------------------------------------------------- /2-09_c/2-09_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/2-09_c.sln -------------------------------------------------------------------------------- /2-09_c/2-09_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/2-09_c.vcxproj -------------------------------------------------------------------------------- /2-09_c/2-09_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/2-09_c.vcxproj.user -------------------------------------------------------------------------------- /2-09_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/Makefile -------------------------------------------------------------------------------- /2-09_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/Project.xcconfig -------------------------------------------------------------------------------- /2-09_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-09_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/config.make -------------------------------------------------------------------------------- /2-09_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/icon.rc -------------------------------------------------------------------------------- /2-09_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/src/main.cpp -------------------------------------------------------------------------------- /2-09_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/src/ofApp.cpp -------------------------------------------------------------------------------- /2-09_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-09_c/src/ofApp.h -------------------------------------------------------------------------------- /2-10_A/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_A/Project.xcconfig -------------------------------------------------------------------------------- /2-10_A/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_A/src/main.cpp -------------------------------------------------------------------------------- /2-10_a/2-10_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_a/2-10_a.sln -------------------------------------------------------------------------------- /2-10_a/2-10_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_a/2-10_a.vcxproj -------------------------------------------------------------------------------- /2-10_a/2-10_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_a/2-10_a.vcxproj.user -------------------------------------------------------------------------------- /2-10_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_a/Makefile -------------------------------------------------------------------------------- /2-10_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-10_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_a/config.make -------------------------------------------------------------------------------- /2-10_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_a/icon.rc -------------------------------------------------------------------------------- /2-10_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-10_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-10_a/src/ofApp.h -------------------------------------------------------------------------------- /2-11_A/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_A/Project.xcconfig -------------------------------------------------------------------------------- /2-11_A/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_A/src/main.cpp -------------------------------------------------------------------------------- /2-11_B/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_B/Project.xcconfig -------------------------------------------------------------------------------- /2-11_B/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_B/src/main.cpp -------------------------------------------------------------------------------- /2-11_a/2-11_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_a/2-11_a.sln -------------------------------------------------------------------------------- /2-11_a/2-11_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_a/2-11_a.vcxproj -------------------------------------------------------------------------------- /2-11_a/2-11_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_a/2-11_a.vcxproj.user -------------------------------------------------------------------------------- /2-11_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_a/Makefile -------------------------------------------------------------------------------- /2-11_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-11_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_a/config.make -------------------------------------------------------------------------------- /2-11_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_a/icon.rc -------------------------------------------------------------------------------- /2-11_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-11_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_a/src/ofApp.h -------------------------------------------------------------------------------- /2-11_b/2-11_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_b/2-11_b.sln -------------------------------------------------------------------------------- /2-11_b/2-11_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_b/2-11_b.vcxproj -------------------------------------------------------------------------------- /2-11_b/2-11_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_b/2-11_b.vcxproj.user -------------------------------------------------------------------------------- /2-11_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_b/Makefile -------------------------------------------------------------------------------- /2-11_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-11_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_b/config.make -------------------------------------------------------------------------------- /2-11_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_b/icon.rc -------------------------------------------------------------------------------- /2-11_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_b/src/ofApp.cpp -------------------------------------------------------------------------------- /2-11_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-11_b/src/ofApp.h -------------------------------------------------------------------------------- /2-12_a/2-12_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/2-12_a.sln -------------------------------------------------------------------------------- /2-12_a/2-12_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/2-12_a.vcxproj -------------------------------------------------------------------------------- /2-12_a/2-12_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/2-12_a.vcxproj.user -------------------------------------------------------------------------------- /2-12_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/Makefile -------------------------------------------------------------------------------- /2-12_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/Project.xcconfig -------------------------------------------------------------------------------- /2-12_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-12_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/config.make -------------------------------------------------------------------------------- /2-12_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/icon.rc -------------------------------------------------------------------------------- /2-12_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/src/main.cpp -------------------------------------------------------------------------------- /2-12_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-12_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_a/src/ofApp.h -------------------------------------------------------------------------------- /2-12_b/2-12_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/2-12_b.sln -------------------------------------------------------------------------------- /2-12_b/2-12_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/2-12_b.vcxproj -------------------------------------------------------------------------------- /2-12_b/2-12_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/2-12_b.vcxproj.user -------------------------------------------------------------------------------- /2-12_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/Makefile -------------------------------------------------------------------------------- /2-12_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/Project.xcconfig -------------------------------------------------------------------------------- /2-12_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-12_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/config.make -------------------------------------------------------------------------------- /2-12_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/icon.rc -------------------------------------------------------------------------------- /2-12_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/src/main.cpp -------------------------------------------------------------------------------- /2-12_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/src/ofApp.cpp -------------------------------------------------------------------------------- /2-12_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_b/src/ofApp.h -------------------------------------------------------------------------------- /2-12_c/2-12_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/2-12_c.sln -------------------------------------------------------------------------------- /2-12_c/2-12_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/2-12_c.vcxproj -------------------------------------------------------------------------------- /2-12_c/2-12_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/2-12_c.vcxproj.user -------------------------------------------------------------------------------- /2-12_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/Makefile -------------------------------------------------------------------------------- /2-12_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/Project.xcconfig -------------------------------------------------------------------------------- /2-12_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-12_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/config.make -------------------------------------------------------------------------------- /2-12_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/icon.rc -------------------------------------------------------------------------------- /2-12_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/src/main.cpp -------------------------------------------------------------------------------- /2-12_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/src/ofApp.cpp -------------------------------------------------------------------------------- /2-12_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_c/src/ofApp.h -------------------------------------------------------------------------------- /2-12_d/2-12_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/2-12_d.sln -------------------------------------------------------------------------------- /2-12_d/2-12_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/2-12_d.vcxproj -------------------------------------------------------------------------------- /2-12_d/2-12_d.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/2-12_d.vcxproj.user -------------------------------------------------------------------------------- /2-12_d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/Makefile -------------------------------------------------------------------------------- /2-12_d/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/Project.xcconfig -------------------------------------------------------------------------------- /2-12_d/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-12_d/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/config.make -------------------------------------------------------------------------------- /2-12_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/icon.rc -------------------------------------------------------------------------------- /2-12_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/src/main.cpp -------------------------------------------------------------------------------- /2-12_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/src/ofApp.cpp -------------------------------------------------------------------------------- /2-12_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-12_d/src/ofApp.h -------------------------------------------------------------------------------- /2-13_a/2-13_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/2-13_a.sln -------------------------------------------------------------------------------- /2-13_a/2-13_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/2-13_a.vcxproj -------------------------------------------------------------------------------- /2-13_a/2-13_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/2-13_a.vcxproj.user -------------------------------------------------------------------------------- /2-13_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/Makefile -------------------------------------------------------------------------------- /2-13_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/Project.xcconfig -------------------------------------------------------------------------------- /2-13_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-13_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/config.make -------------------------------------------------------------------------------- /2-13_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/icon.rc -------------------------------------------------------------------------------- /2-13_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/src/main.cpp -------------------------------------------------------------------------------- /2-13_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-13_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_a/src/ofApp.h -------------------------------------------------------------------------------- /2-13_b/2-13_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/2-13_b.sln -------------------------------------------------------------------------------- /2-13_b/2-13_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/2-13_b.vcxproj -------------------------------------------------------------------------------- /2-13_b/2-13_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/2-13_b.vcxproj.user -------------------------------------------------------------------------------- /2-13_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/Makefile -------------------------------------------------------------------------------- /2-13_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/Project.xcconfig -------------------------------------------------------------------------------- /2-13_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-13_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/config.make -------------------------------------------------------------------------------- /2-13_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/icon.rc -------------------------------------------------------------------------------- /2-13_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/src/main.cpp -------------------------------------------------------------------------------- /2-13_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/src/ofApp.cpp -------------------------------------------------------------------------------- /2-13_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_b/src/ofApp.h -------------------------------------------------------------------------------- /2-13_c/2-13_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/2-13_c.sln -------------------------------------------------------------------------------- /2-13_c/2-13_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/2-13_c.vcxproj -------------------------------------------------------------------------------- /2-13_c/2-13_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/2-13_c.vcxproj.user -------------------------------------------------------------------------------- /2-13_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/Makefile -------------------------------------------------------------------------------- /2-13_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/Project.xcconfig -------------------------------------------------------------------------------- /2-13_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-13_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/config.make -------------------------------------------------------------------------------- /2-13_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/icon.rc -------------------------------------------------------------------------------- /2-13_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/src/main.cpp -------------------------------------------------------------------------------- /2-13_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/src/ofApp.cpp -------------------------------------------------------------------------------- /2-13_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-13_c/src/ofApp.h -------------------------------------------------------------------------------- /2-14_a/2-14_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/2-14_a.sln -------------------------------------------------------------------------------- /2-14_a/2-14_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/2-14_a.vcxproj -------------------------------------------------------------------------------- /2-14_a/2-14_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/2-14_a.vcxproj.user -------------------------------------------------------------------------------- /2-14_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/Makefile -------------------------------------------------------------------------------- /2-14_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/Project.xcconfig -------------------------------------------------------------------------------- /2-14_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-14_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/config.make -------------------------------------------------------------------------------- /2-14_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/icon.rc -------------------------------------------------------------------------------- /2-14_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/src/main.cpp -------------------------------------------------------------------------------- /2-14_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/src/ofApp.cpp -------------------------------------------------------------------------------- /2-14_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_a/src/ofApp.h -------------------------------------------------------------------------------- /2-14_b/2-14_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/2-14_b.sln -------------------------------------------------------------------------------- /2-14_b/2-14_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/2-14_b.vcxproj -------------------------------------------------------------------------------- /2-14_b/2-14_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/2-14_b.vcxproj.user -------------------------------------------------------------------------------- /2-14_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/Makefile -------------------------------------------------------------------------------- /2-14_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/Project.xcconfig -------------------------------------------------------------------------------- /2-14_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2-14_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/config.make -------------------------------------------------------------------------------- /2-14_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/icon.rc -------------------------------------------------------------------------------- /2-14_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/src/main.cpp -------------------------------------------------------------------------------- /2-14_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/src/ofApp.cpp -------------------------------------------------------------------------------- /2-14_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/2-14_b/src/ofApp.h -------------------------------------------------------------------------------- /3-01_a/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-01_a/main.cpp -------------------------------------------------------------------------------- /3-01_b/Dog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-01_b/Dog.cpp -------------------------------------------------------------------------------- /3-01_b/Dog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-01_b/Dog.h -------------------------------------------------------------------------------- /3-01_b/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-01_b/main.cpp -------------------------------------------------------------------------------- /3-02_a/3-02_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/3-02_a.sln -------------------------------------------------------------------------------- /3-02_a/3-02_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/3-02_a.vcxproj -------------------------------------------------------------------------------- /3-02_a/3-02_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/3-02_a.vcxproj.user -------------------------------------------------------------------------------- /3-02_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/Makefile -------------------------------------------------------------------------------- /3-02_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/Project.xcconfig -------------------------------------------------------------------------------- /3-02_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/config.make -------------------------------------------------------------------------------- /3-02_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/icon.rc -------------------------------------------------------------------------------- /3-02_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/src/main.cpp -------------------------------------------------------------------------------- /3-02_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_a/src/ofApp.h -------------------------------------------------------------------------------- /3-02_b/3-02_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/3-02_b.sln -------------------------------------------------------------------------------- /3-02_b/3-02_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/3-02_b.vcxproj -------------------------------------------------------------------------------- /3-02_b/3-02_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/3-02_b.vcxproj.user -------------------------------------------------------------------------------- /3-02_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/Makefile -------------------------------------------------------------------------------- /3-02_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/Project.xcconfig -------------------------------------------------------------------------------- /3-02_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/config.make -------------------------------------------------------------------------------- /3-02_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/icon.rc -------------------------------------------------------------------------------- /3-02_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/src/main.cpp -------------------------------------------------------------------------------- /3-02_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_b/src/ofApp.h -------------------------------------------------------------------------------- /3-02_c/3-02_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/3-02_c.sln -------------------------------------------------------------------------------- /3-02_c/3-02_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/3-02_c.vcxproj -------------------------------------------------------------------------------- /3-02_c/3-02_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/3-02_c.vcxproj.user -------------------------------------------------------------------------------- /3-02_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/Makefile -------------------------------------------------------------------------------- /3-02_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/Project.xcconfig -------------------------------------------------------------------------------- /3-02_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/config.make -------------------------------------------------------------------------------- /3-02_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/icon.rc -------------------------------------------------------------------------------- /3-02_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/src/main.cpp -------------------------------------------------------------------------------- /3-02_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_c/src/ofApp.h -------------------------------------------------------------------------------- /3-02_d/3-02_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/3-02_d.sln -------------------------------------------------------------------------------- /3-02_d/3-02_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/3-02_d.vcxproj -------------------------------------------------------------------------------- /3-02_d/3-02_d.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/3-02_d.vcxproj.user -------------------------------------------------------------------------------- /3-02_d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/Makefile -------------------------------------------------------------------------------- /3-02_d/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/Project.xcconfig -------------------------------------------------------------------------------- /3-02_d/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_d/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/config.make -------------------------------------------------------------------------------- /3-02_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/icon.rc -------------------------------------------------------------------------------- /3-02_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/src/main.cpp -------------------------------------------------------------------------------- /3-02_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_d/src/ofApp.h -------------------------------------------------------------------------------- /3-02_e/3-02_e.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/3-02_e.sln -------------------------------------------------------------------------------- /3-02_e/3-02_e.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/3-02_e.vcxproj -------------------------------------------------------------------------------- /3-02_e/3-02_e.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/3-02_e.vcxproj.user -------------------------------------------------------------------------------- /3-02_e/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/Makefile -------------------------------------------------------------------------------- /3-02_e/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/Project.xcconfig -------------------------------------------------------------------------------- /3-02_e/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_e/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/config.make -------------------------------------------------------------------------------- /3-02_e/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/icon.rc -------------------------------------------------------------------------------- /3-02_e/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/src/main.cpp -------------------------------------------------------------------------------- /3-02_e/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_e/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_e/src/ofApp.h -------------------------------------------------------------------------------- /3-02_f/3-02_f.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/3-02_f.sln -------------------------------------------------------------------------------- /3-02_f/3-02_f.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/3-02_f.vcxproj -------------------------------------------------------------------------------- /3-02_f/3-02_f.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/3-02_f.vcxproj.user -------------------------------------------------------------------------------- /3-02_f/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/Makefile -------------------------------------------------------------------------------- /3-02_f/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/Project.xcconfig -------------------------------------------------------------------------------- /3-02_f/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_f/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/config.make -------------------------------------------------------------------------------- /3-02_f/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/icon.rc -------------------------------------------------------------------------------- /3-02_f/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/src/main.cpp -------------------------------------------------------------------------------- /3-02_f/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_f/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_f/src/ofApp.h -------------------------------------------------------------------------------- /3-02_g/3-02_g.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/3-02_g.sln -------------------------------------------------------------------------------- /3-02_g/3-02_g.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/3-02_g.vcxproj -------------------------------------------------------------------------------- /3-02_g/3-02_g.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/3-02_g.vcxproj.user -------------------------------------------------------------------------------- /3-02_g/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/Makefile -------------------------------------------------------------------------------- /3-02_g/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/Project.xcconfig -------------------------------------------------------------------------------- /3-02_g/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_g/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/config.make -------------------------------------------------------------------------------- /3-02_g/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/icon.rc -------------------------------------------------------------------------------- /3-02_g/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/src/main.cpp -------------------------------------------------------------------------------- /3-02_g/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_g/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_g/src/ofApp.h -------------------------------------------------------------------------------- /3-02_h/3-02_h.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/3-02_h.sln -------------------------------------------------------------------------------- /3-02_h/3-02_h.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/3-02_h.vcxproj -------------------------------------------------------------------------------- /3-02_h/3-02_h.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/3-02_h.vcxproj.user -------------------------------------------------------------------------------- /3-02_h/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/Makefile -------------------------------------------------------------------------------- /3-02_h/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/Project.xcconfig -------------------------------------------------------------------------------- /3-02_h/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_h/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/config.make -------------------------------------------------------------------------------- /3-02_h/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/icon.rc -------------------------------------------------------------------------------- /3-02_h/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/src/main.cpp -------------------------------------------------------------------------------- /3-02_h/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_h/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_h/src/ofApp.h -------------------------------------------------------------------------------- /3-02_i/3-02_i.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/3-02_i.sln -------------------------------------------------------------------------------- /3-02_i/3-02_i.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/3-02_i.vcxproj -------------------------------------------------------------------------------- /3-02_i/3-02_i.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/3-02_i.vcxproj.user -------------------------------------------------------------------------------- /3-02_i/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/Makefile -------------------------------------------------------------------------------- /3-02_i/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/Project.xcconfig -------------------------------------------------------------------------------- /3-02_i/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_i/bin/data/Georgia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/bin/data/Georgia.ttf -------------------------------------------------------------------------------- /3-02_i/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/config.make -------------------------------------------------------------------------------- /3-02_i/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/icon.rc -------------------------------------------------------------------------------- /3-02_i/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/src/main.cpp -------------------------------------------------------------------------------- /3-02_i/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_i/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_i/src/ofApp.h -------------------------------------------------------------------------------- /3-02_j/3-02_j.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/3-02_j.sln -------------------------------------------------------------------------------- /3-02_j/3-02_j.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/3-02_j.vcxproj -------------------------------------------------------------------------------- /3-02_j/3-02_j.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/3-02_j.vcxproj.user -------------------------------------------------------------------------------- /3-02_j/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/Makefile -------------------------------------------------------------------------------- /3-02_j/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/Project.xcconfig -------------------------------------------------------------------------------- /3-02_j/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_j/bin/data/fingers.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/bin/data/fingers.mov -------------------------------------------------------------------------------- /3-02_j/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/config.make -------------------------------------------------------------------------------- /3-02_j/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/icon.rc -------------------------------------------------------------------------------- /3-02_j/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/src/main.cpp -------------------------------------------------------------------------------- /3-02_j/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_j/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_j/src/ofApp.h -------------------------------------------------------------------------------- /3-02_k/3-02_k.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/3-02_k.sln -------------------------------------------------------------------------------- /3-02_k/3-02_k.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/3-02_k.vcxproj -------------------------------------------------------------------------------- /3-02_k/3-02_k.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/3-02_k.vcxproj.user -------------------------------------------------------------------------------- /3-02_k/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/Makefile -------------------------------------------------------------------------------- /3-02_k/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/Project.xcconfig -------------------------------------------------------------------------------- /3-02_k/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-02_k/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/config.make -------------------------------------------------------------------------------- /3-02_k/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/icon.rc -------------------------------------------------------------------------------- /3-02_k/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/src/main.cpp -------------------------------------------------------------------------------- /3-02_k/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/src/ofApp.cpp -------------------------------------------------------------------------------- /3-02_k/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-02_k/src/ofApp.h -------------------------------------------------------------------------------- /3-03_a/3-03_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/3-03_a.sln -------------------------------------------------------------------------------- /3-03_a/3-03_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/3-03_a.vcxproj -------------------------------------------------------------------------------- /3-03_a/3-03_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/3-03_a.vcxproj.user -------------------------------------------------------------------------------- /3-03_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/Makefile -------------------------------------------------------------------------------- /3-03_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/Project.xcconfig -------------------------------------------------------------------------------- /3-03_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_a/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/config.make -------------------------------------------------------------------------------- /3-03_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/icon.rc -------------------------------------------------------------------------------- /3-03_a/src/Ball.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/src/Ball.cpp -------------------------------------------------------------------------------- /3-03_a/src/Ball.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/src/Ball.h -------------------------------------------------------------------------------- /3-03_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/src/main.cpp -------------------------------------------------------------------------------- /3-03_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/src/ofApp.cpp -------------------------------------------------------------------------------- /3-03_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_a/src/ofApp.h -------------------------------------------------------------------------------- /3-03_b/3-03_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/3-03_b.sln -------------------------------------------------------------------------------- /3-03_b/3-03_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/3-03_b.vcxproj -------------------------------------------------------------------------------- /3-03_b/3-03_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/3-03_b.vcxproj.user -------------------------------------------------------------------------------- /3-03_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/Makefile -------------------------------------------------------------------------------- /3-03_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/Project.xcconfig -------------------------------------------------------------------------------- /3-03_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_b/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/config.make -------------------------------------------------------------------------------- /3-03_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/icon.rc -------------------------------------------------------------------------------- /3-03_b/src/Ball.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/src/Ball.cpp -------------------------------------------------------------------------------- /3-03_b/src/Ball.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/src/Ball.h -------------------------------------------------------------------------------- /3-03_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/src/main.cpp -------------------------------------------------------------------------------- /3-03_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/src/ofApp.cpp -------------------------------------------------------------------------------- /3-03_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_b/src/ofApp.h -------------------------------------------------------------------------------- /3-03_c/3-03_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/3-03_c.sln -------------------------------------------------------------------------------- /3-03_c/3-03_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/3-03_c.vcxproj -------------------------------------------------------------------------------- /3-03_c/3-03_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/3-03_c.vcxproj.user -------------------------------------------------------------------------------- /3-03_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/Makefile -------------------------------------------------------------------------------- /3-03_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/Project.xcconfig -------------------------------------------------------------------------------- /3-03_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_c/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/config.make -------------------------------------------------------------------------------- /3-03_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/icon.rc -------------------------------------------------------------------------------- /3-03_c/src/Ball.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/src/Ball.cpp -------------------------------------------------------------------------------- /3-03_c/src/Ball.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/src/Ball.h -------------------------------------------------------------------------------- /3-03_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/src/main.cpp -------------------------------------------------------------------------------- /3-03_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/src/ofApp.cpp -------------------------------------------------------------------------------- /3-03_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_c/src/ofApp.h -------------------------------------------------------------------------------- /3-03_d/3-03_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/3-03_d.sln -------------------------------------------------------------------------------- /3-03_d/3-03_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/3-03_d.vcxproj -------------------------------------------------------------------------------- /3-03_d/3-03_d.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/3-03_d.vcxproj.user -------------------------------------------------------------------------------- /3-03_d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/Makefile -------------------------------------------------------------------------------- /3-03_d/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/Project.xcconfig -------------------------------------------------------------------------------- /3-03_d/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_d/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/config.make -------------------------------------------------------------------------------- /3-03_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/icon.rc -------------------------------------------------------------------------------- /3-03_d/src/Ball.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/src/Ball.cpp -------------------------------------------------------------------------------- /3-03_d/src/Ball.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/src/Ball.h -------------------------------------------------------------------------------- /3-03_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/src/main.cpp -------------------------------------------------------------------------------- /3-03_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/src/ofApp.cpp -------------------------------------------------------------------------------- /3-03_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_d/src/ofApp.h -------------------------------------------------------------------------------- /3-03_e/3-03_e.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/3-03_e.sln -------------------------------------------------------------------------------- /3-03_e/3-03_e.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/3-03_e.vcxproj -------------------------------------------------------------------------------- /3-03_e/3-03_e.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/3-03_e.vcxproj.user -------------------------------------------------------------------------------- /3-03_e/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/Makefile -------------------------------------------------------------------------------- /3-03_e/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/Project.xcconfig -------------------------------------------------------------------------------- /3-03_e/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_e/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/config.make -------------------------------------------------------------------------------- /3-03_e/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/icon.rc -------------------------------------------------------------------------------- /3-03_e/src/Ball.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/src/Ball.cpp -------------------------------------------------------------------------------- /3-03_e/src/Ball.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/src/Ball.h -------------------------------------------------------------------------------- /3-03_e/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/src/main.cpp -------------------------------------------------------------------------------- /3-03_e/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/src/ofApp.cpp -------------------------------------------------------------------------------- /3-03_e/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_e/src/ofApp.h -------------------------------------------------------------------------------- /3-03_f/3-03_f.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/3-03_f.sln -------------------------------------------------------------------------------- /3-03_f/3-03_f.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/3-03_f.vcxproj -------------------------------------------------------------------------------- /3-03_f/3-03_f.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/3-03_f.vcxproj.user -------------------------------------------------------------------------------- /3-03_f/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/Makefile -------------------------------------------------------------------------------- /3-03_f/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/Project.xcconfig -------------------------------------------------------------------------------- /3-03_f/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_f/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/config.make -------------------------------------------------------------------------------- /3-03_f/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/icon.rc -------------------------------------------------------------------------------- /3-03_f/src/Ball.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/src/Ball.cpp -------------------------------------------------------------------------------- /3-03_f/src/Ball.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/src/Ball.h -------------------------------------------------------------------------------- /3-03_f/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/src/main.cpp -------------------------------------------------------------------------------- /3-03_f/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/src/ofApp.cpp -------------------------------------------------------------------------------- /3-03_f/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_f/src/ofApp.h -------------------------------------------------------------------------------- /3-03_g/3-03_g.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/3-03_g.sln -------------------------------------------------------------------------------- /3-03_g/3-03_g.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/3-03_g.vcxproj -------------------------------------------------------------------------------- /3-03_g/3-03_g.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/3-03_g.vcxproj.user -------------------------------------------------------------------------------- /3-03_g/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/Makefile -------------------------------------------------------------------------------- /3-03_g/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/Project.xcconfig -------------------------------------------------------------------------------- /3-03_g/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-03_g/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/config.make -------------------------------------------------------------------------------- /3-03_g/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/icon.rc -------------------------------------------------------------------------------- /3-03_g/src/Ball.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/src/Ball.cpp -------------------------------------------------------------------------------- /3-03_g/src/Ball.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/src/Ball.h -------------------------------------------------------------------------------- /3-03_g/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/src/main.cpp -------------------------------------------------------------------------------- /3-03_g/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/src/ofApp.cpp -------------------------------------------------------------------------------- /3-03_g/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-03_g/src/ofApp.h -------------------------------------------------------------------------------- /3-04_a/3-04_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/3-04_a.sln -------------------------------------------------------------------------------- /3-04_a/3-04_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/3-04_a.vcxproj -------------------------------------------------------------------------------- /3-04_a/3-04_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/3-04_a.vcxproj.user -------------------------------------------------------------------------------- /3-04_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/Makefile -------------------------------------------------------------------------------- /3-04_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/Project.xcconfig -------------------------------------------------------------------------------- /3-04_a/addons.make: -------------------------------------------------------------------------------- 1 | ofxBox2d 2 | -------------------------------------------------------------------------------- /3-04_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/config.make -------------------------------------------------------------------------------- /3-04_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/icon.rc -------------------------------------------------------------------------------- /3-04_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/src/main.cpp -------------------------------------------------------------------------------- /3-04_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/src/ofApp.cpp -------------------------------------------------------------------------------- /3-04_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_a/src/ofApp.h -------------------------------------------------------------------------------- /3-04_b/3-04_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/3-04_b.sln -------------------------------------------------------------------------------- /3-04_b/3-04_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/3-04_b.vcxproj -------------------------------------------------------------------------------- /3-04_b/3-04_b.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/3-04_b.vcxproj.user -------------------------------------------------------------------------------- /3-04_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/Makefile -------------------------------------------------------------------------------- /3-04_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/Project.xcconfig -------------------------------------------------------------------------------- /3-04_b/addons.make: -------------------------------------------------------------------------------- 1 | ofxBox2d 2 | -------------------------------------------------------------------------------- /3-04_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/config.make -------------------------------------------------------------------------------- /3-04_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/icon.rc -------------------------------------------------------------------------------- /3-04_b/src/CustomCircle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/src/CustomCircle.cpp -------------------------------------------------------------------------------- /3-04_b/src/CustomCircle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/src/CustomCircle.h -------------------------------------------------------------------------------- /3-04_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/src/main.cpp -------------------------------------------------------------------------------- /3-04_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/src/ofApp.cpp -------------------------------------------------------------------------------- /3-04_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_b/src/ofApp.h -------------------------------------------------------------------------------- /3-04_c/3-04_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/3-04_c.sln -------------------------------------------------------------------------------- /3-04_c/3-04_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/3-04_c.vcxproj -------------------------------------------------------------------------------- /3-04_c/3-04_c.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/3-04_c.vcxproj.user -------------------------------------------------------------------------------- /3-04_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/Makefile -------------------------------------------------------------------------------- /3-04_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/Project.xcconfig -------------------------------------------------------------------------------- /3-04_c/addons.make: -------------------------------------------------------------------------------- 1 | ofxBox2d 2 | -------------------------------------------------------------------------------- /3-04_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/config.make -------------------------------------------------------------------------------- /3-04_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/icon.rc -------------------------------------------------------------------------------- /3-04_c/src/CustomCircle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/src/CustomCircle.cpp -------------------------------------------------------------------------------- /3-04_c/src/CustomCircle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/src/CustomCircle.h -------------------------------------------------------------------------------- /3-04_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/src/main.cpp -------------------------------------------------------------------------------- /3-04_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/src/ofApp.cpp -------------------------------------------------------------------------------- /3-04_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_c/src/ofApp.h -------------------------------------------------------------------------------- /3-04_d/3-04_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/3-04_d.sln -------------------------------------------------------------------------------- /3-04_d/3-04_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/3-04_d.vcxproj -------------------------------------------------------------------------------- /3-04_d/3-04_d.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/3-04_d.vcxproj.user -------------------------------------------------------------------------------- /3-04_d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/Makefile -------------------------------------------------------------------------------- /3-04_d/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/Project.xcconfig -------------------------------------------------------------------------------- /3-04_d/addons.make: -------------------------------------------------------------------------------- 1 | ofxOpenCv 2 | -------------------------------------------------------------------------------- /3-04_d/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/config.make -------------------------------------------------------------------------------- /3-04_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/icon.rc -------------------------------------------------------------------------------- /3-04_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/src/main.cpp -------------------------------------------------------------------------------- /3-04_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/src/ofApp.cpp -------------------------------------------------------------------------------- /3-04_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_d/src/ofApp.h -------------------------------------------------------------------------------- /3-04_e/3-04_e.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/3-04_e.sln -------------------------------------------------------------------------------- /3-04_e/3-04_e.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/3-04_e.vcxproj -------------------------------------------------------------------------------- /3-04_e/3-04_e.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/3-04_e.vcxproj.user -------------------------------------------------------------------------------- /3-04_e/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/Makefile -------------------------------------------------------------------------------- /3-04_e/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/Project.xcconfig -------------------------------------------------------------------------------- /3-04_e/addons.make: -------------------------------------------------------------------------------- 1 | ofxOpenCv 2 | -------------------------------------------------------------------------------- /3-04_e/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/config.make -------------------------------------------------------------------------------- /3-04_e/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/icon.rc -------------------------------------------------------------------------------- /3-04_e/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/src/main.cpp -------------------------------------------------------------------------------- /3-04_e/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/src/ofApp.cpp -------------------------------------------------------------------------------- /3-04_e/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_e/src/ofApp.h -------------------------------------------------------------------------------- /3-04_f/3-04_f.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/3-04_f.sln -------------------------------------------------------------------------------- /3-04_f/3-04_f.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/3-04_f.vcxproj -------------------------------------------------------------------------------- /3-04_f/3-04_f.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/3-04_f.vcxproj.user -------------------------------------------------------------------------------- /3-04_f/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/Makefile -------------------------------------------------------------------------------- /3-04_f/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/Project.xcconfig -------------------------------------------------------------------------------- /3-04_f/addons.make: -------------------------------------------------------------------------------- 1 | ofxOpenCv 2 | -------------------------------------------------------------------------------- /3-04_f/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/config.make -------------------------------------------------------------------------------- /3-04_f/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/icon.rc -------------------------------------------------------------------------------- /3-04_f/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/src/main.cpp -------------------------------------------------------------------------------- /3-04_f/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/src/ofApp.cpp -------------------------------------------------------------------------------- /3-04_f/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_f/src/ofApp.h -------------------------------------------------------------------------------- /3-04_g/3-04_g.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/3-04_g.sln -------------------------------------------------------------------------------- /3-04_g/3-04_g.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/3-04_g.vcxproj -------------------------------------------------------------------------------- /3-04_g/3-04_g.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/3-04_g.vcxproj.user -------------------------------------------------------------------------------- /3-04_g/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/Makefile -------------------------------------------------------------------------------- /3-04_g/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/Project.xcconfig -------------------------------------------------------------------------------- /3-04_g/addons.make: -------------------------------------------------------------------------------- 1 | ofxOpenCv 2 | -------------------------------------------------------------------------------- /3-04_g/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/config.make -------------------------------------------------------------------------------- /3-04_g/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/icon.rc -------------------------------------------------------------------------------- /3-04_g/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/src/main.cpp -------------------------------------------------------------------------------- /3-04_g/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/src/ofApp.cpp -------------------------------------------------------------------------------- /3-04_g/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_g/src/ofApp.h -------------------------------------------------------------------------------- /3-04_h/3-04_h.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/3-04_h.sln -------------------------------------------------------------------------------- /3-04_h/3-04_h.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/3-04_h.vcxproj -------------------------------------------------------------------------------- /3-04_h/3-04_h.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/3-04_h.vcxproj.user -------------------------------------------------------------------------------- /3-04_h/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/Makefile -------------------------------------------------------------------------------- /3-04_h/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/Project.xcconfig -------------------------------------------------------------------------------- /3-04_h/addons.make: -------------------------------------------------------------------------------- 1 | ofxBox2d 2 | ofxOpenCv 3 | -------------------------------------------------------------------------------- /3-04_h/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-04_h/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/config.make -------------------------------------------------------------------------------- /3-04_h/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/icon.rc -------------------------------------------------------------------------------- /3-04_h/src/CustomCircle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/src/CustomCircle.cpp -------------------------------------------------------------------------------- /3-04_h/src/CustomCircle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/src/CustomCircle.h -------------------------------------------------------------------------------- /3-04_h/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/src/main.cpp -------------------------------------------------------------------------------- /3-04_h/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/src/ofApp.cpp -------------------------------------------------------------------------------- /3-04_h/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-04_h/src/ofApp.h -------------------------------------------------------------------------------- /3-05_a/3-05_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/3-05_a.sln -------------------------------------------------------------------------------- /3-05_a/3-05_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/3-05_a.vcxproj -------------------------------------------------------------------------------- /3-05_a/3-05_a.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/3-05_a.vcxproj.user -------------------------------------------------------------------------------- /3-05_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/Makefile -------------------------------------------------------------------------------- /3-05_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/Project.xcconfig -------------------------------------------------------------------------------- /3-05_a/addons.make: -------------------------------------------------------------------------------- 1 | ofxBox2d 2 | -------------------------------------------------------------------------------- /3-05_a/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3-05_a/bin/data/emitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/bin/data/emitter.png -------------------------------------------------------------------------------- /3-05_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/config.make -------------------------------------------------------------------------------- /3-05_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/icon.rc -------------------------------------------------------------------------------- /3-05_a/src/CustomCircle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/src/CustomCircle.cpp -------------------------------------------------------------------------------- /3-05_a/src/CustomCircle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/src/CustomCircle.h -------------------------------------------------------------------------------- /3-05_a/src/CustomJoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/src/CustomJoint.cpp -------------------------------------------------------------------------------- /3-05_a/src/CustomJoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/src/CustomJoint.h -------------------------------------------------------------------------------- /3-05_a/src/CustomRect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/src/CustomRect.cpp -------------------------------------------------------------------------------- /3-05_a/src/CustomRect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/src/CustomRect.h -------------------------------------------------------------------------------- /3-05_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/src/main.cpp -------------------------------------------------------------------------------- /3-05_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/src/ofApp.cpp -------------------------------------------------------------------------------- /3-05_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/3-05_a/src/ofApp.h -------------------------------------------------------------------------------- /4-01_a/4-01_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_a/4-01_a.sln -------------------------------------------------------------------------------- /4-01_a/4-01_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_a/4-01_a.vcxproj -------------------------------------------------------------------------------- /4-01_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-01_a/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-01_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_a/icon.rc -------------------------------------------------------------------------------- /4-01_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_a/src/main.cpp -------------------------------------------------------------------------------- /4-01_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_a/src/ofApp.cpp -------------------------------------------------------------------------------- /4-01_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_a/src/ofApp.h -------------------------------------------------------------------------------- /4-01_b/4-01_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_b/4-01_b.sln -------------------------------------------------------------------------------- /4-01_b/4-01_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_b/4-01_b.vcxproj -------------------------------------------------------------------------------- /4-01_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-01_b/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-01_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_b/icon.rc -------------------------------------------------------------------------------- /4-01_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_b/src/main.cpp -------------------------------------------------------------------------------- /4-01_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_b/src/ofApp.cpp -------------------------------------------------------------------------------- /4-01_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-01_b/src/ofApp.h -------------------------------------------------------------------------------- /4-02_a/4-02_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_a/4-02_a.sln -------------------------------------------------------------------------------- /4-02_a/4-02_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_a/4-02_a.vcxproj -------------------------------------------------------------------------------- /4-02_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_a/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_a/icon.rc -------------------------------------------------------------------------------- /4-02_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_a/src/main.cpp -------------------------------------------------------------------------------- /4-02_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_a/src/ofApp.cpp -------------------------------------------------------------------------------- /4-02_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_a/src/ofApp.h -------------------------------------------------------------------------------- /4-02_b/4-02_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_b/4-02_b.sln -------------------------------------------------------------------------------- /4-02_b/4-02_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_b/4-02_b.vcxproj -------------------------------------------------------------------------------- /4-02_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_b/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_b/icon.rc -------------------------------------------------------------------------------- /4-02_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_b/src/main.cpp -------------------------------------------------------------------------------- /4-02_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_b/src/ofApp.cpp -------------------------------------------------------------------------------- /4-02_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_b/src/ofApp.h -------------------------------------------------------------------------------- /4-02_c/4-02_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_c/4-02_c.sln -------------------------------------------------------------------------------- /4-02_c/4-02_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_c/4-02_c.vcxproj -------------------------------------------------------------------------------- /4-02_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_c/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_c/icon.rc -------------------------------------------------------------------------------- /4-02_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_c/src/main.cpp -------------------------------------------------------------------------------- /4-02_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_c/src/ofApp.cpp -------------------------------------------------------------------------------- /4-02_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_c/src/ofApp.h -------------------------------------------------------------------------------- /4-02_d/4-02_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_d/4-02_d.sln -------------------------------------------------------------------------------- /4-02_d/4-02_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_d/4-02_d.vcxproj -------------------------------------------------------------------------------- /4-02_d/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_d/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_d/icon.rc -------------------------------------------------------------------------------- /4-02_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_d/src/main.cpp -------------------------------------------------------------------------------- /4-02_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_d/src/ofApp.cpp -------------------------------------------------------------------------------- /4-02_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_d/src/ofApp.h -------------------------------------------------------------------------------- /4-02_e/4-02_e.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_e/4-02_e.sln -------------------------------------------------------------------------------- /4-02_e/4-02_e.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_e/4-02_e.vcxproj -------------------------------------------------------------------------------- /4-02_e/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_e/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_e/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_e/icon.rc -------------------------------------------------------------------------------- /4-02_e/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_e/src/main.cpp -------------------------------------------------------------------------------- /4-02_e/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_e/src/ofApp.cpp -------------------------------------------------------------------------------- /4-02_e/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_e/src/ofApp.h -------------------------------------------------------------------------------- /4-02_f/4-02_f.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_f/4-02_f.sln -------------------------------------------------------------------------------- /4-02_f/4-02_f.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_f/4-02_f.vcxproj -------------------------------------------------------------------------------- /4-02_f/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_f/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_f/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_f/icon.rc -------------------------------------------------------------------------------- /4-02_f/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_f/src/main.cpp -------------------------------------------------------------------------------- /4-02_f/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_f/src/ofApp.cpp -------------------------------------------------------------------------------- /4-02_f/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_f/src/ofApp.h -------------------------------------------------------------------------------- /4-02_g/4-02_g.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_g/4-02_g.sln -------------------------------------------------------------------------------- /4-02_g/4-02_g.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_g/4-02_g.vcxproj -------------------------------------------------------------------------------- /4-02_g/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_g/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-02_g/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_g/icon.rc -------------------------------------------------------------------------------- /4-02_g/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_g/src/main.cpp -------------------------------------------------------------------------------- /4-02_g/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_g/src/ofApp.cpp -------------------------------------------------------------------------------- /4-02_g/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-02_g/src/ofApp.h -------------------------------------------------------------------------------- /4-03_a/4-03_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_a/4-03_a.sln -------------------------------------------------------------------------------- /4-03_a/4-03_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_a/4-03_a.vcxproj -------------------------------------------------------------------------------- /4-03_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-03_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_a/icon.rc -------------------------------------------------------------------------------- /4-03_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_a/src/main.cpp -------------------------------------------------------------------------------- /4-03_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_a/src/ofApp.cpp -------------------------------------------------------------------------------- /4-03_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_a/src/ofApp.h -------------------------------------------------------------------------------- /4-03_b/4-03_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_b/4-03_b.sln -------------------------------------------------------------------------------- /4-03_b/4-03_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_b/4-03_b.vcxproj -------------------------------------------------------------------------------- /4-03_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-03_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_b/icon.rc -------------------------------------------------------------------------------- /4-03_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_b/src/main.cpp -------------------------------------------------------------------------------- /4-03_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_b/src/ofApp.cpp -------------------------------------------------------------------------------- /4-03_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_b/src/ofApp.h -------------------------------------------------------------------------------- /4-03_c/4-03_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_c/4-03_c.sln -------------------------------------------------------------------------------- /4-03_c/4-03_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_c/4-03_c.vcxproj -------------------------------------------------------------------------------- /4-03_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-03_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_c/icon.rc -------------------------------------------------------------------------------- /4-03_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_c/src/main.cpp -------------------------------------------------------------------------------- /4-03_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_c/src/ofApp.cpp -------------------------------------------------------------------------------- /4-03_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_c/src/ofApp.h -------------------------------------------------------------------------------- /4-03_d/4-03_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_d/4-03_d.sln -------------------------------------------------------------------------------- /4-03_d/4-03_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_d/4-03_d.vcxproj -------------------------------------------------------------------------------- /4-03_d/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-03_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_d/icon.rc -------------------------------------------------------------------------------- /4-03_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_d/src/main.cpp -------------------------------------------------------------------------------- /4-03_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_d/src/ofApp.cpp -------------------------------------------------------------------------------- /4-03_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_d/src/ofApp.h -------------------------------------------------------------------------------- /4-03_e/4-03_e.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_e/4-03_e.sln -------------------------------------------------------------------------------- /4-03_e/4-03_e.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_e/4-03_e.vcxproj -------------------------------------------------------------------------------- /4-03_e/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-03_e/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_e/icon.rc -------------------------------------------------------------------------------- /4-03_e/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_e/src/main.cpp -------------------------------------------------------------------------------- /4-03_e/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_e/src/ofApp.cpp -------------------------------------------------------------------------------- /4-03_e/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_e/src/ofApp.h -------------------------------------------------------------------------------- /4-03_f/4-03_f.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_f/4-03_f.sln -------------------------------------------------------------------------------- /4-03_f/4-03_f.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_f/4-03_f.vcxproj -------------------------------------------------------------------------------- /4-03_f/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-03_f/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_f/icon.rc -------------------------------------------------------------------------------- /4-03_f/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_f/src/main.cpp -------------------------------------------------------------------------------- /4-03_f/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_f/src/ofApp.cpp -------------------------------------------------------------------------------- /4-03_f/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_f/src/ofApp.h -------------------------------------------------------------------------------- /4-03_g/4-03_g.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_g/4-03_g.sln -------------------------------------------------------------------------------- /4-03_g/4-03_g.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_g/4-03_g.vcxproj -------------------------------------------------------------------------------- /4-03_g/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-03_g/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_g/icon.rc -------------------------------------------------------------------------------- /4-03_g/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_g/src/main.cpp -------------------------------------------------------------------------------- /4-03_g/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_g/src/ofApp.cpp -------------------------------------------------------------------------------- /4-03_g/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_g/src/ofApp.h -------------------------------------------------------------------------------- /4-03_h/4-03_h.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_h/4-03_h.sln -------------------------------------------------------------------------------- /4-03_h/4-03_h.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_h/4-03_h.vcxproj -------------------------------------------------------------------------------- /4-03_h/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-03_h/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_h/icon.rc -------------------------------------------------------------------------------- /4-03_h/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_h/src/main.cpp -------------------------------------------------------------------------------- /4-03_h/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_h/src/ofApp.cpp -------------------------------------------------------------------------------- /4-03_h/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-03_h/src/ofApp.h -------------------------------------------------------------------------------- /4-04_a/4-04_a.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/4-04_a.sln -------------------------------------------------------------------------------- /4-04_a/4-04_a.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/4-04_a.vcxproj -------------------------------------------------------------------------------- /4-04_a/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/Makefile -------------------------------------------------------------------------------- /4-04_a/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/Project.xcconfig -------------------------------------------------------------------------------- /4-04_a/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_a/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_a/bin/data/shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/bin/data/shader.frag -------------------------------------------------------------------------------- /4-04_a/bin/data/shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/bin/data/shader.vert -------------------------------------------------------------------------------- /4-04_a/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/config.make -------------------------------------------------------------------------------- /4-04_a/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/icon.rc -------------------------------------------------------------------------------- /4-04_a/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/src/main.cpp -------------------------------------------------------------------------------- /4-04_a/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/src/ofApp.cpp -------------------------------------------------------------------------------- /4-04_a/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_a/src/ofApp.h -------------------------------------------------------------------------------- /4-04_b/4-04_b.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/4-04_b.sln -------------------------------------------------------------------------------- /4-04_b/4-04_b.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/4-04_b.vcxproj -------------------------------------------------------------------------------- /4-04_b/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/Makefile -------------------------------------------------------------------------------- /4-04_b/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/Project.xcconfig -------------------------------------------------------------------------------- /4-04_b/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_b/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_b/bin/data/shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/bin/data/shader.frag -------------------------------------------------------------------------------- /4-04_b/bin/data/shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/bin/data/shader.vert -------------------------------------------------------------------------------- /4-04_b/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/config.make -------------------------------------------------------------------------------- /4-04_b/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/icon.rc -------------------------------------------------------------------------------- /4-04_b/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/src/main.cpp -------------------------------------------------------------------------------- /4-04_b/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/src/ofApp.cpp -------------------------------------------------------------------------------- /4-04_b/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_b/src/ofApp.h -------------------------------------------------------------------------------- /4-04_c/4-04_c.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/4-04_c.sln -------------------------------------------------------------------------------- /4-04_c/4-04_c.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/4-04_c.vcxproj -------------------------------------------------------------------------------- /4-04_c/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/Makefile -------------------------------------------------------------------------------- /4-04_c/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/Project.xcconfig -------------------------------------------------------------------------------- /4-04_c/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_c/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_c/bin/data/shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/bin/data/shader.frag -------------------------------------------------------------------------------- /4-04_c/bin/data/shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/bin/data/shader.vert -------------------------------------------------------------------------------- /4-04_c/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/config.make -------------------------------------------------------------------------------- /4-04_c/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/icon.rc -------------------------------------------------------------------------------- /4-04_c/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/src/main.cpp -------------------------------------------------------------------------------- /4-04_c/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/src/ofApp.cpp -------------------------------------------------------------------------------- /4-04_c/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_c/src/ofApp.h -------------------------------------------------------------------------------- /4-04_d/4-04_d.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/4-04_d.sln -------------------------------------------------------------------------------- /4-04_d/4-04_d.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/4-04_d.vcxproj -------------------------------------------------------------------------------- /4-04_d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/Makefile -------------------------------------------------------------------------------- /4-04_d/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/Project.xcconfig -------------------------------------------------------------------------------- /4-04_d/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_d/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_d/bin/data/shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/bin/data/shader.frag -------------------------------------------------------------------------------- /4-04_d/bin/data/shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/bin/data/shader.vert -------------------------------------------------------------------------------- /4-04_d/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/config.make -------------------------------------------------------------------------------- /4-04_d/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/icon.rc -------------------------------------------------------------------------------- /4-04_d/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/src/main.cpp -------------------------------------------------------------------------------- /4-04_d/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/src/ofApp.cpp -------------------------------------------------------------------------------- /4-04_d/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_d/src/ofApp.h -------------------------------------------------------------------------------- /4-04_e/4-04_e.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/4-04_e.sln -------------------------------------------------------------------------------- /4-04_e/4-04_e.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/4-04_e.vcxproj -------------------------------------------------------------------------------- /4-04_e/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/Makefile -------------------------------------------------------------------------------- /4-04_e/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/Project.xcconfig -------------------------------------------------------------------------------- /4-04_e/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_e/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_e/bin/data/shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/bin/data/shader.frag -------------------------------------------------------------------------------- /4-04_e/bin/data/shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/bin/data/shader.vert -------------------------------------------------------------------------------- /4-04_e/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/config.make -------------------------------------------------------------------------------- /4-04_e/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/icon.rc -------------------------------------------------------------------------------- /4-04_e/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/src/main.cpp -------------------------------------------------------------------------------- /4-04_e/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/src/ofApp.cpp -------------------------------------------------------------------------------- /4-04_e/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_e/src/ofApp.h -------------------------------------------------------------------------------- /4-04_f/4-04_f.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/4-04_f.sln -------------------------------------------------------------------------------- /4-04_f/4-04_f.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/4-04_f.vcxproj -------------------------------------------------------------------------------- /4-04_f/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/Makefile -------------------------------------------------------------------------------- /4-04_f/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/Project.xcconfig -------------------------------------------------------------------------------- /4-04_f/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_f/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_f/bin/data/shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/bin/data/shader.frag -------------------------------------------------------------------------------- /4-04_f/bin/data/shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/bin/data/shader.vert -------------------------------------------------------------------------------- /4-04_f/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/config.make -------------------------------------------------------------------------------- /4-04_f/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/icon.rc -------------------------------------------------------------------------------- /4-04_f/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/src/main.cpp -------------------------------------------------------------------------------- /4-04_f/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/src/ofApp.cpp -------------------------------------------------------------------------------- /4-04_f/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_f/src/ofApp.h -------------------------------------------------------------------------------- /4-04_g/4-04_g.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/4-04_g.sln -------------------------------------------------------------------------------- /4-04_g/4-04_g.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/4-04_g.vcxproj -------------------------------------------------------------------------------- /4-04_g/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/Makefile -------------------------------------------------------------------------------- /4-04_g/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/Project.xcconfig -------------------------------------------------------------------------------- /4-04_g/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_g/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_g/bin/data/shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/bin/data/shader.frag -------------------------------------------------------------------------------- /4-04_g/bin/data/shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/bin/data/shader.vert -------------------------------------------------------------------------------- /4-04_g/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/config.make -------------------------------------------------------------------------------- /4-04_g/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/icon.rc -------------------------------------------------------------------------------- /4-04_g/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/src/main.cpp -------------------------------------------------------------------------------- /4-04_g/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/src/ofApp.cpp -------------------------------------------------------------------------------- /4-04_g/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_g/src/ofApp.h -------------------------------------------------------------------------------- /4-04_h/4-04_h.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/4-04_h.sln -------------------------------------------------------------------------------- /4-04_h/4-04_h.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/4-04_h.vcxproj -------------------------------------------------------------------------------- /4-04_h/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/Makefile -------------------------------------------------------------------------------- /4-04_h/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/Project.xcconfig -------------------------------------------------------------------------------- /4-04_h/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_h/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_h/bin/data/shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/bin/data/shader.frag -------------------------------------------------------------------------------- /4-04_h/bin/data/shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/bin/data/shader.vert -------------------------------------------------------------------------------- /4-04_h/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/config.make -------------------------------------------------------------------------------- /4-04_h/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/icon.rc -------------------------------------------------------------------------------- /4-04_h/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/src/main.cpp -------------------------------------------------------------------------------- /4-04_h/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/src/ofApp.cpp -------------------------------------------------------------------------------- /4-04_h/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_h/src/ofApp.h -------------------------------------------------------------------------------- /4-04_i/4-04_i.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/4-04_i.sln -------------------------------------------------------------------------------- /4-04_i/4-04_i.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/4-04_i.vcxproj -------------------------------------------------------------------------------- /4-04_i/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/Makefile -------------------------------------------------------------------------------- /4-04_i/Project.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/Project.xcconfig -------------------------------------------------------------------------------- /4-04_i/addons.make: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_i/bin/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /4-04_i/bin/data/shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/bin/data/shader.frag -------------------------------------------------------------------------------- /4-04_i/bin/data/shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/bin/data/shader.vert -------------------------------------------------------------------------------- /4-04_i/config.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/config.make -------------------------------------------------------------------------------- /4-04_i/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/icon.rc -------------------------------------------------------------------------------- /4-04_i/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/src/main.cpp -------------------------------------------------------------------------------- /4-04_i/src/ofApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/src/ofApp.cpp -------------------------------------------------------------------------------- /4-04_i/src/ofApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/4-04_i/src/ofApp.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tado/BeyondInteraction/HEAD/README.md --------------------------------------------------------------------------------