Skip to content

Commit 913bd7e

Browse files
authored
Merge pull request #555 from Stefterv/update-contributions
Updated contributions
2 parents b6e9905 + 47685e9 commit 913bd7e

22 files changed

+126
-171
lines changed

content/contributions/Ani.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"mode": "java",
1616
"minRevision": "0",
1717
"maxRevision": "0",
18-
"props": "http://www.looksgood.de/libraries/Ani/Ani-latest.txt",
19-
"download": "http://www.looksgood.de/libraries/Ani/Ani-latest.zip"
18+
"props": "https://dev.benedikt-gross.de/libraries/Ani/Ani-latest.txt",
19+
"download": "https://dev.benedikt-gross.de/libraries/Ani/Ani-latest.zip"
2020
}
2121
]
2222
}

content/contributions/Apple_Light_Sensor.json

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

content/contributions/BPM_timings_for_Processing.json renamed to content/contributions/BPM_timings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "BPM timings for Processing",
2+
"name": "BPM timings",
33
"authors": [
44
"[Vincent Sijben](https://github.com/vincentsijben)"
55
],
@@ -17,8 +17,8 @@
1717
"mode": "java",
1818
"minRevision": "270",
1919
"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"
20+
"props": "https://github.com/vincentsijben/bpm-timings-for-processing/releases/download/latest/BPM_timings.txt",
21+
"download": "https://github.com/vincentsijben/bpm-timings-for-processing/releases/download/latest/BPM_timings.zip"
2222
}
2323
]
2424
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Basins of Attraction (Newton's Fractals)",
3+
"authors": [
4+
"[Saptarshi Dey](http://github.com/DarkMortal)"
5+
],
6+
"url": "https://github.com/DarkMortal/Newton_Fractal",
7+
"categories": null,
8+
"sentence": "A set of sketches demonstrating the recursive nature of Newton's Fractals.",
9+
"type": "examples",
10+
"packages": [
11+
{
12+
"mode": "java",
13+
"minRevision": "0",
14+
"maxRevision": "0",
15+
"props": "https://raw.githubusercontent.com/DarkMortal/Newton_Fractal/main/Newton_Fractals.txt",
16+
"download": "https://raw.githubusercontent.com/DarkMortal/Newton_Fractal/main/Newton_Fractals.zip"
17+
}
18+
]
19+
}

content/contributions/Coding_Art_Book.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "Coding Art Book",
33
"authors": [
4-
"[Yu Zhang](https://yuzhang.nl) and [Mathias Funk](https://mathias-funk.com)"
4+
"[Mathias Funk](https://mathias-funk.com) and [Yu Zhang](https://yuzhang.nl)"
55
],
66
"url": "https://codingart-book.com",
77
"categories": [
88
"Books"
99
],
10-
"sentence": "All examples from the \"Coding Art\" book published by Apress.",
11-
"paragraph": "The examples library contains all source code examples from the \"Coding Art\" book published by Apress. All examples are directly usable and identical to the source code provided in the book.",
10+
"sentence": "All examples from the \"Coding Art\" book, second edition, published by Apress.",
11+
"paragraph": "The examples library contains all source code examples from the \"Coding Art\" book, second edition, published by Apress. All Processing examples are directly usable and identical to the source code provided in the book. The p5.js examples need to be hosted to work, see book for instructions.",
1212
"lastUpdated": "0",
1313
"type": "examples",
1414
"packages": [

content/contributions/Complex_Numbers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Complex Numbers",
33
"authors": [
4-
"[Math Machine](https://discourse.processing.org/u/math_machine/)"
4+
"[Chris Maguschak](https://discourse.processing.org/u/math_machine/)"
55
],
66
"url": "https://github.com/vmathmachine/Complex-Numbers/tree/latest",
77
"categories": [
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Discord Rich Presence",
3+
"categories": null,
4+
"authors": [
5+
"[Torben Haase](https://letorbi.com)"
6+
],
7+
"url": "https://github.com/letorbi/discord-rich-presence-for-processing",
8+
"sentence": "Shows that you are using Processing in your Discord status.",
9+
"paragraph": "Show the world that you are using Processing! The Discord Rich Presence tool checks regularly what you are working on and updates your Discord rich presence status accordingly. Currently it shows that you are \"playing\" Processing and what mode (Java, p5.js etc.) you are using.",
10+
"lastUpdated": "0",
11+
"type": "tool",
12+
"packages": [
13+
{
14+
"mode": "java",
15+
"minRevision": "400",
16+
"maxRevision": "0",
17+
"props": "https://github.com/letorbi/discord-rich-presence-for-processing/releases/latest/download/DiscordRichPresence.txt",
18+
"download": "https://github.com/letorbi/discord-rich-presence-for-processing/releases/latest/download/DiscordRichPresence.zip"
19+
}
20+
]
21+
}

content/contributions/EasyEase.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "EasyEase",
3+
"authors": [
4+
"[Fred Egidi](https://github.com/fredegd)"
5+
],
6+
"url": "https://fredegd.github.io/EasyEase",
7+
"categories": [
8+
"Animation"
9+
],
10+
"sentence": "Easing Function and non linear distribution utilities for Processing",
11+
"paragraph": "EasyEase convert and bend linear motion into the most common easing curves",
12+
"type": "library",
13+
"packages": [
14+
{
15+
"mode": "java",
16+
"minRevision": "0",
17+
"maxRevision": "0",
18+
"props": "https://github.com/fredegd/EasyEase/releases/download/latest/EasyEase.txt",
19+
"download": "https://github.com/fredegd/EasyEase/releases/download/latest/EasyEase.zip"
20+
}
21+
]
22+
}

content/contributions/FIP.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "FIP",
3+
"authors": [
4+
"[Darragh Nolan](https://github.com/prontopablo/FIP)"
5+
],
6+
"url": "https://prontopablo.github.io/FIP/",
7+
"categories": [
8+
"Video & Vision"
9+
],
10+
"sentence": "Fast Image Processing. Filters, post-processing and more.",
11+
"paragraph": "FIP allows you to add effects such as cartoon filters, pixelation, and dithering using just three lines of code. The accompanying reference website provides all you need to get started!",
12+
"type": "library",
13+
"packages": [
14+
{
15+
"mode": "java",
16+
"minRevision": "0",
17+
"maxRevision": "0",
18+
"props": "https://github.com/prontopablo/FIP/releases/download/latest/FIP.txt",
19+
"download": "https://github.com/prontopablo/FIP/releases/download/latest/FIP.zip"
20+
}
21+
]
22+
}

content/contributions/GR_Infinidecimal_Canvas.json

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

0 commit comments

Comments
 (0)