diff --git a/resources/AddMethodList.class b/resources/AddMethodList.class new file mode 100644 index 0000000..c11efc1 Binary files /dev/null and b/resources/AddMethodList.class differ diff --git a/resources/check-examples.sh b/resources/check-examples.sh index 2c6c26a..709060c 100644 --- a/resources/check-examples.sh +++ b/resources/check-examples.sh @@ -1,5 +1,5 @@ for d in $HOME/Documents/workspace/controlp5/examples/**/*/; do # echo "$d" - java -cp .:../../../distribution/tmp/controlP5/library/controlP5.jar:$HOME/Documents/workspace/libs/core.jar AddMethodList $d + java -cp .:../distribution/tmp/controlP5/library/controlP5.jar:$HOME/Documents/workspace/libs/core.jar:./addons/AddMethodList AddMethodList $d processing-java --sketch="$d" --output=/tmp/processing-test --force --build done diff --git a/resources/images/cp5-controllers.png b/resources/images/cp5-controllers.png new file mode 100644 index 0000000..66ff5ab Binary files /dev/null and b/resources/images/cp5-controllers.png differ diff --git a/resources/images/cp5-controllers_s.png b/resources/images/cp5-controllers_s.png new file mode 100644 index 0000000..f091bfd Binary files /dev/null and b/resources/images/cp5-controllers_s.png differ diff --git a/resources/images/cp5-example-1.png b/resources/images/cp5-example-1.png new file mode 100644 index 0000000..1751d94 Binary files /dev/null and b/resources/images/cp5-example-1.png differ diff --git a/resources/images/cp5-example-1_s.png b/resources/images/cp5-example-1_s.png new file mode 100644 index 0000000..3290580 Binary files /dev/null and b/resources/images/cp5-example-1_s.png differ diff --git a/resources/library.properties b/resources/library.properties index cfa0866..ce09e6e 100644 --- a/resources/library.properties +++ b/resources/library.properties @@ -22,7 +22,7 @@ category = GUI # shown from inside the PDE when the library is being installed. Avoid repeating # the name of your library here. Also, avoid saying anything redundant like # mentioning that its a library. -sentence = A range of controllers to build custom graphical user interfaces for desktop and android apps. +sentence = A GUI library with a range of controllers to build custom user interfaces for desktop and android mode. # Additional information suitable for the Processing website. The value of # 'sentence' always will be prepended, so you should start by writing the