Start javaifying

This commit is contained in:
jan 2016-07-09 17:16:15 -07:00
commit 5f0a62d9bf
16 changed files with 756 additions and 93 deletions

View file

@ -16,6 +16,8 @@
<root url="jar://$PROJECT_DIR$/lib/jogl-all-natives-linux-armv6hf.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/jogl-all-natives-macosx-universal.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/gluegen-rt.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/controlP5.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/arduino.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />

21
.idea/libraries/opencv.xml generated Normal file
View file

@ -0,0 +1,21 @@
<component name="libraryTable">
<library name="opencv">
<CLASSES>
<root url="file://$PROJECT_DIR$/lib/opencv_processing/library" />
</CLASSES>
<JAVADOC>
<root url="file://$PROJECT_DIR$/lib/opencv_processing/reference" />
</JAVADOC>
<NATIVE>
<root url="file://$PROJECT_DIR$/lib/opencv_processing/library/linux64" />
<root url="file://$PROJECT_DIR$/lib/opencv_processing/library/windows64" />
<root url="file://$PROJECT_DIR$/lib/opencv_processing/library/windows32" />
</NATIVE>
<SOURCES>
<root url="file://$PROJECT_DIR$/lib/opencv_processing/src" />
<root url="file://$PROJECT_DIR$/lib/opencv_processing/library" />
</SOURCES>
<jarDirectory url="file://$PROJECT_DIR$/lib/opencv_processing/library" recursive="false" />
<jarDirectory url="file://$PROJECT_DIR$/lib/opencv_processing/library" recursive="false" type="SOURCES" />
</library>
</component>

21
.idea/libraries/serial.xml generated Normal file
View file

@ -0,0 +1,21 @@
<component name="libraryTable">
<library name="serial">
<CLASSES>
<root url="file://$PROJECT_DIR$/lib/serial" />
<root url="file://$PROJECT_DIR$/lib/serial/bin" />
<root url="file://$PROJECT_DIR$/lib/serial/library" />
</CLASSES>
<JAVADOC />
<NATIVE>
<root url="file://$PROJECT_DIR$/lib/serial/library/windows64" />
<root url="file://$PROJECT_DIR$/lib/serial/library/macosx" />
<root url="file://$PROJECT_DIR$/lib/serial/library/linux64" />
</NATIVE>
<SOURCES>
<root url="file://$PROJECT_DIR$/lib/serial/src" />
<root url="file://$PROJECT_DIR$/lib/serial/library" />
</SOURCES>
<jarDirectory url="file://$PROJECT_DIR$/lib/serial/library" recursive="false" />
<jarDirectory url="file://$PROJECT_DIR$/lib/serial/library" recursive="false" type="SOURCES" />
</library>
</component>

18
.idea/libraries/video.xml generated Normal file
View file

@ -0,0 +1,18 @@
<component name="libraryTable">
<library name="video">
<CLASSES>
<root url="file://$PROJECT_DIR$/lib/video/library" />
</CLASSES>
<JAVADOC>
<root url="file://$PROJECT_DIR$/lib/video/reference" />
</JAVADOC>
<NATIVE>
<root url="file://$PROJECT_DIR$/lib/video/library/windows64" />
<root url="file://$PROJECT_DIR$/lib/video/library/macosx64" />
</NATIVE>
<SOURCES>
<root url="file://$PROJECT_DIR$/lib/video/src" />
</SOURCES>
<jarDirectory url="file://$PROJECT_DIR$/lib/video/library" recursive="false" />
</library>
</component>