-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Namespace refactoring (remove experimental)
- Loading branch information
rtuttle
committed
Feb 28, 2015
1 parent
3ee62bf
commit 3ced309
Showing
26 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,15 @@ Copyright (c) 2015 frog design inc. / Robert Tuttle <[email protected] | |
|
||
A remote touch injection client for Windows 8 using standard TUIO+OSC protocols, variable input calibration, and integrated hosted Wi-Fi networking for devices. | ||
|
||
https://github.com/frog-opensource/touchproxy (frog-opensource) | ||
https://github.com/frog/touchproxy | ||
|
||
Features | ||
-------------------- | ||
|
||
- Works with any standard TUIO tracker app or service as a remote multitouch input panel. | ||
http://www.tuio.org/ | ||
Apps are currently available for: | ||
|
||
- Apps are currently available for: | ||
- iOS (https://itunes.apple.com/us/app/tuiopad/id412446962) | ||
- Android (https://play.google.com/store/apps/details?id=tuioDroid.impl) | ||
- Many other platforms and environments (http://www.tuio.org/?software) | ||
|
@@ -29,7 +30,7 @@ Apps are currently available for: | |
Overview | ||
-------------------- | ||
|
||
![](https://github.com/frog-opensource/touchproxy/wiki/images/touchproxy-wiki-1.png) | ||
![](https://github.com/frog/touchproxy/wiki/images/touchproxy-wiki-1.png) | ||
|
||
1. Toggle TouchProxy service on/off (TUIO client / OSC receiver UDP socket listener) | ||
2. Set TUIO client / OSC receiver UDP socket listener port value (3333 is standard TUIO port) | ||
|
2 changes: 1 addition & 1 deletion
2
frog.eXPeriMeNTaL.Windows.TouchProxy.sln → frog.Windows.TouchProxy.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
....eXPeriMeNTaL.Windows.TouchProxy/App.xaml → frog.Windows.TouchProxy/App.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...PeriMeNTaL.Windows.TouchProxy/App.xaml.cs → frog.Windows.TouchProxy/App.xaml.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aL.Windows.TouchProxy/Common/Delegates.cs → frog.Windows.TouchProxy/Common/Delegates.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
|
||
namespace frog.eXPeriMeNTaL.Windows.TouchProxy.Common | ||
namespace frog.Windows.TouchProxy.Common | ||
{ | ||
public delegate bool TextConstraintPredicateDelegate(string input); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...L.Windows.TouchProxy/Common/Extensions.cs → frog.Windows.TouchProxy/Common/Extensions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...MeNTaL.Windows.TouchProxy/MainWindow.xaml → frog.Windows.TouchProxy/MainWindow.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s.TouchProxy/Resources/Styles/Common.xaml → ...s.TouchProxy/Resources/Styles/Common.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Binary file removed
BIN
-1.65 KB
frog.eXPeriMeNTaL.Windows.TouchProxy/frog.eXPeriMeNTaL.Windows.TouchProxy_TemporaryKey.pfx
Binary file not shown.