Skip to content

Commit d0f654e

Browse files
authored
Merge pull request #458 from processing/update-contributions-may-2023
Updates the contributions to mirror the latest changes in `processing-contributions`. This is the result of running npm run `updateContributions` The following new libraries have been added: - [BPM timings for Processing](https://github.com/vincentsijben/bpm-timings-for-processing): A collection of functions to animate visuals based on timings. - [Creative Machine](https://jjeongin.github.io/creative-machine): A collection of functions to animate visuals based on timings. - [JavaDoc](https://github.com/hkiel/JavaDoc): Generate JavaDoc for sketch. - [Joon's Renderer](https://github.com/joonhyublee/joons-renderer): Sunflow raytracing for Processing. - [LazyGui](https://github.com/KrabCode/LazyGui): Feature rich, visually minimalist GUI for a smooth tinkering experience. - [Live Brush](https://github.com/boydhont/LiveBrush): A livecoding library that draws code brushes from external .java source code. - [Lunar](https://github.com/boydhont/lunar): Parametric design library for the minimalist, inspired on existing node-based plug-ins for CAD software. Holds algorithms for easy generation and adaptation of polygon meshes, vectors and list patterns. - [SimpleOpenNI](https://github.com/totovr/SimpleOpenNI): A simple wrapper for OpenNI (Kinect-Library).
2 parents 7dee301 + 51825f1 commit d0f654e

36 files changed

+229
-428
lines changed

content/contributions/$1_Unistroke_Recognizer.es.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

content/contributions/(Weka4P)_Weka_Machine_Learning_for_Processing.es.json

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "(Weka4P) Weka Machine Learning for Processing",
3+
"authors": [
4+
"[Rong-Hao Liang](r.liang@tue.nl), [Wesley Hartogs](https://wesleyhartogs.nl), [Janet Huang](Y.C.Huang@tue.nl)"
5+
],
6+
"url": "https://howieliang.github.io/Weka4P/",
7+
"categories": [
8+
"Data"
9+
],
10+
"sentence": "Implementation of the Open Source Weka Machine Learning Java library for Processing 3.",
11+
"paragraph": "Train and load models to bring Machine Learning (for example: classification and regression) to your Processing projects.",
12+
"type": "library",
13+
"packages": [
14+
{
15+
"mode": "java",
16+
"minRevision": "0",
17+
"maxRevision": "0",
18+
"props": "https://howieliang.github.io/Weka4P/download/Weka4P.txt",
19+
"download": "https://howieliang.github.io/Weka4P/download/Weka4P.zip"
20+
}
21+
]
22+
}

content/contributions/AI_for_2D_Games.es.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/contributions/Android_Mode_for_Processing_4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"authors": [
44
"[The Processing Foundation](https://processingfoundation.org/)"
55
],
6-
"url": "http://android.processing.org",
6+
"url": "https://android.processing.org",
77
"sentence": "This mode lets you use Processing to create Android apps",
88
"paragraph": "",
99
"imports": "processing.mode.java.JavaMode",

content/contributions/Apple_Light_Sensor.es.json

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "BPM timings for Processing",
3+
"authors": [
4+
"[Vincent Sijben](https://github.com/vincentsijben)"
5+
],
6+
"url": "https://github.com/vincentsijben/bpm-timings-for-processing",
7+
"categories": [
8+
"Math",
9+
"Sound",
10+
"Utilities"
11+
],
12+
"sentence": "A collection of functions to animate visuals based on timings.",
13+
"paragraph": "",
14+
"type": "library",
15+
"packages": [
16+
{
17+
"mode": "java",
18+
"minRevision": "270",
19+
"maxRevision": "0",
20+
"props": "https://github.com/vincentsijben/bpm-timings-for-processing/releases/download/latest/BPM.txt",
21+
"download": "https://github.com/vincentsijben/bpm-timings-for-processing/releases/download/latest/BPM.zip"
22+
}
23+
]
24+
}

content/contributions/Box2D_for_Processing.json

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "Creative Machine",
3+
"categories": [
4+
"Data"
5+
],
6+
"authors": [
7+
"[Jeongin Lee](https://github.com/jjeongin)"
8+
],
9+
"url": "https://jjeongin.github.io/creative-machine",
10+
"sentence": "A Machine Learning library for Processing.",
11+
"paragraph": "Run different machine learning models in Processing.",
12+
"type": "library",
13+
"packages": [
14+
{
15+
"mode": "java",
16+
"minRevision": "0",
17+
"maxRevision": "0",
18+
"props": "https://github.com/jjeongin/creative-machine/releases/download/latest/creative_machine.txt",
19+
"download": "https://github.com/jjeongin/creative-machine/releases/download/latest/creative_machine.zip"
20+
}
21+
]
22+
}

content/contributions/G4P_GUI_Builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"packages": [
1212
{
1313
"mode": "java",
14-
"minRevision": "246",
14+
"minRevision": "0246",
1515
"maxRevision": "0",
1616
"props": "http://www.lagers.org.uk/processing3/guibuilder/G4PTool.txt",
1717
"download": "http://www.lagers.org.uk/processing3/guibuilder/G4PTool.zip"

0 commit comments

Comments
 (0)