mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 14:07:55 +01:00
resources update
This commit is contained in:
parent
ba2144261e
commit
c7a75ff6cb
BIN
resources/AddMethodList.class
Normal file
BIN
resources/AddMethodList.class
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
for d in $HOME/Documents/workspace/controlp5/examples/**/*/; do
|
for d in $HOME/Documents/workspace/controlp5/examples/**/*/; do
|
||||||
# echo "$d"
|
# 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
|
processing-java --sketch="$d" --output=/tmp/processing-test --force --build
|
||||||
done
|
done
|
||||||
|
BIN
resources/images/cp5-controllers.png
Normal file
BIN
resources/images/cp5-controllers.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
BIN
resources/images/cp5-controllers_s.png
Normal file
BIN
resources/images/cp5-controllers_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
BIN
resources/images/cp5-example-1.png
Normal file
BIN
resources/images/cp5-example-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
resources/images/cp5-example-1_s.png
Normal file
BIN
resources/images/cp5-example-1_s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -22,7 +22,7 @@ category = GUI
|
|||||||
# shown from inside the PDE when the library is being installed. Avoid repeating
|
# 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
|
# the name of your library here. Also, avoid saying anything redundant like
|
||||||
# mentioning that its a library.
|
# 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
|
# Additional information suitable for the Processing website. The value of
|
||||||
# 'sentence' always will be prepended, so you should start by writing the
|
# 'sentence' always will be prepended, so you should start by writing the
|
||||||
|
Loading…
Reference in New Issue
Block a user