Skip to content

Commit 62161ce

Browse files
committed
Added MultiWiiConf
1 parent fc0a042 commit 62161ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+22072
-0
lines changed

MultiWiiConf/MultiWiiConf.pde

+3,128
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
APPDIR=$(dirname "$0")
4+
java -Djava.library.path="$APPDIR" -cp "$APPDIR/lib/MultiWiiConf.jar:$APPDIR/lib/core.jar:$APPDIR/lib/RXTXcomm.jar:$APPDIR/lib/serial.jar:$APPDIR/lib/controlP5.jar:$APPDIR/lib/controlP5_ori.jar:$APPDIR/lib/gluegen-rt.jar:$APPDIR/lib/jogl.jar:$APPDIR/lib/opengl.jar" MultiWiiConf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
179 KB
Binary file not shown.
Binary file not shown.
1.07 MB
Binary file not shown.
14.4 KB
Binary file not shown.
4.04 KB
Binary file not shown.
Binary file not shown.
1.16 MB
Binary file not shown.
8.79 KB
Binary file not shown.
187 KB
Binary file not shown.
Binary file not shown.

MultiWiiConf/application.linux32/source/MultiWiiConf.pde

+3,128
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
APPDIR=$(dirname "$0")
4+
java -Djava.library.path="$APPDIR" -cp "$APPDIR/lib/MultiWiiConf.jar:$APPDIR/lib/core.jar:$APPDIR/lib/RXTXcomm.jar:$APPDIR/lib/serial.jar:$APPDIR/lib/controlP5.jar:$APPDIR/lib/controlP5_ori.jar:$APPDIR/lib/gluegen-rt.jar:$APPDIR/lib/jogl.jar:$APPDIR/lib/opengl.jar" MultiWiiConf
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dev/ttyUSB0;115200
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
179 KB
Binary file not shown.
Binary file not shown.
1.07 MB
Binary file not shown.
14.4 KB
Binary file not shown.
4.04 KB
Binary file not shown.
Binary file not shown.
1.27 MB
Binary file not shown.
11.4 KB
Binary file not shown.
218 KB
Binary file not shown.
Binary file not shown.

MultiWiiConf/application.linux64/source/MultiWiiConf.pde

+3,128
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3+
<plist version="0.9">
4+
<dict>
5+
<key>CFBundleName</key>
6+
<string>MultiWiiConf</string>
7+
<key>CFBundleVersion</key>
8+
<string>1.0</string>
9+
<key>CFBundleAllowMixedLocalizations</key>
10+
<string>true</string>
11+
<key>CFBundleExecutable</key>
12+
<string>JavaApplicationStub</string>
13+
<key>CFBundleDevelopmentRegion</key>
14+
<string>English</string>
15+
<key>CFBundlePackageType</key>
16+
<string>APPL</string>
17+
<key>CFBundleSignature</key>
18+
<string>????</string>
19+
<key>CFBundleInfoDictionaryVersion</key>
20+
<string>6.0</string>
21+
<key>CFBundleIconFile</key>
22+
<string>sketch.icns</string>
23+
<key>CFBundleIdentifier</key>
24+
<string>MultiWiiConf</string>
25+
26+
<!-- http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-113616 -->
27+
<key>LSUIPresentationMode</key>
28+
<integer>0</integer>
29+
30+
<!-- make sure that applications open in 32-bit mode on Snow Leopard,
31+
otherwise video and most other native libraries will choke
32+
http://developer.apple.com/mac/library/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW1 -->
33+
<key>LSArchitecturePriority</key>
34+
<array>
35+
<string>i386</string>
36+
<string>ppc</string>
37+
</array>
38+
39+
<key>Java</key>
40+
<dict>
41+
<key>VMOptions</key>
42+
<string></string>
43+
<key>MainClass</key>
44+
<string>MultiWiiConf</string>
45+
<key>JVMVersion</key>
46+
<string>1.5*</string>
47+
<key>JVMArchs</key>
48+
<array>
49+
<string>i386</string>
50+
<string>ppc</string>
51+
</array>
52+
<key>ClassPath</key>
53+
<string>$JAVAROOT/MultiWiiConf.jar:$JAVAROOT/core.jar:$JAVAROOT/RXTXcomm.jar:$JAVAROOT/serial.jar:$JAVAROOT/controlP5.jar:$JAVAROOT/controlP5_ori.jar:$JAVAROOT/gluegen-rt.jar:$JAVAROOT/jogl.jar:$JAVAROOT/opengl.jar</string>
54+
55+
<!-- http://developer.apple.com/releasenotes/Java/java141/system_properties/chapter_4_section_1.html#//apple_ref/doc/uid/TP30000285 -->
56+
<key>Properties</key>
57+
<dict>
58+
<key>apple.laf.useScreenMenuBar</key>
59+
<string>true</string>
60+
<key>apple.awt.showGrowBox</key>
61+
<string>false</string>
62+
<key>com.apple.smallTabs</key>
63+
<string>true</string>
64+
<key>apple.awt.Antialiasing</key>
65+
<string>false</string>
66+
<key>apple.awt.TextAntialiasing</key>
67+
<string>true</string>
68+
<key>com.apple.hwaccel</key>
69+
<string>true</string>
70+
<key>apple.awt.use-file-dialog-packages</key>
71+
<string>false</string>
72+
</dict>
73+
</dict>
74+
</dict>
75+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPL????
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This application was created on Windows, which does not
2+
properly support setting files as "executable",
3+
a necessity for applications on Mac OS X.
4+
5+
To fix this, use the Terminal on Mac OS X, and from this
6+
directory, type the following:
7+
8+
chmod +x MultiWiiConf.app/Contents/MacOS/JavaApplicationStub

MultiWiiConf/application.macosx/source/MultiWiiConf.pde

+3,128
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
308 KB
Binary file not shown.
Binary file not shown.
112 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
MultiWiiConf
3+
MultiWiiConf.jar,core.jar,RXTXcomm.jar,serial.jar,controlP5.jar,controlP5_ori.jar,gluegen-rt.jar,jogl.jar,opengl.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.07 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)