File tree
66 files changed
+2342
-630
lines changed- py5
- jars
- dxf
- pdf
- svg
- mixins
- py5_tools
- hooks
- kernel
- magics
- py5bot
- resources
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+2342
-630
lines changedDiff for: CODE_OF_CONDUCT.md
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
64 |
| - | |
| 63 | + | |
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
|
Diff for: README.rst
+50-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
7 | 53 |
| |
8 | 54 |
| |
9 |
| - | |
| 55 | + | |
| 56 | + | |
10 | 57 |
| |
11 | 58 |
| |
12 | 59 |
| |
|
Diff for: py5/__init__.py
+464-272
Large diffs are not rendered by default.
Diff for: py5/graphics.py
+24-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
68 | 73 |
| |
69 | 74 |
| |
70 | 75 |
| |
| |||
306 | 311 |
| |
307 | 312 |
| |
308 | 313 |
| |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
| 314 | + | |
313 | 315 |
| |
314 | 316 |
| |
315 | 317 |
| |
316 | 318 |
| |
317 | 319 |
| |
318 | 320 |
| |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 |
| - | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
324 | 327 |
| |
325 | 328 |
| |
326 | 329 |
| |
| |||
335 | 338 |
| |
336 | 339 |
| |
337 | 340 |
| |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
| 341 | + | |
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
352 |
| - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
353 | 354 |
| |
354 | 355 |
| |
355 | 356 |
| |
| |||
7220 | 7221 |
| |
7221 | 7222 |
| |
7222 | 7223 |
| |
| 7224 | + | |
| 7225 | + | |
| 7226 | + | |
7223 | 7227 |
| |
7224 | 7228 |
| |
7225 | 7229 |
| |
|
Diff for: py5/image.py
+47-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
120 | 165 |
| |
121 | 166 |
| |
122 | 167 |
| |
|
Diff for: py5/jars/core.jar
-141 KB
Binary file not shown.
Diff for: py5/jars/dxf/dxf.jar
0 Bytes
Binary file not shown.
-5 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
Diff for: py5/jars/gluegen-rt.jar
-2 Bytes
Binary file not shown.
Diff for: py5/jars/javafx-swt.jar
-35.9 KB
Binary file not shown.
Diff for: py5/jars/javafx.base.jar
-732 KB
Binary file not shown.
Diff for: py5/jars/javafx.controls.jar
-2.39 MB
Binary file not shown.
Diff for: py5/jars/javafx.fxml.jar
-124 KB
Binary file not shown.
Diff for: py5/jars/javafx.graphics.jar
-4.21 MB
Binary file not shown.
Diff for: py5/jars/javafx.media.jar
-270 KB
Binary file not shown.
Diff for: py5/jars/javafx.swing.jar
-117 KB
Binary file not shown.
Diff for: py5/jars/javafx.web.jar
-696 KB
Binary file not shown.
-6 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
-3 Bytes
Binary file not shown.
Diff for: py5/jars/jogl-all.jar
580 Bytes
Binary file not shown.
Diff for: py5/jars/pdf/pdf.jar
0 Bytes
Binary file not shown.
Diff for: py5/jars/py5.jar
781 Bytes
Binary file not shown.
Diff for: py5/jars/svg/svg.jar
-42 Bytes
Binary file not shown.
Diff for: py5/java_conversion.py
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| 36 | + | |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
|
Diff for: py5/methods.py
+22-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 |
| - | |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| 31 | + | |
30 | 32 |
| |
31 | 33 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 | 34 |
| |
36 | 35 |
| |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
41 |
| - | |
42 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
| |||
78 | 81 |
| |
79 | 82 |
| |
80 | 83 |
| |
81 |
| - | |
82 |
| - | |
| 84 | + | |
| 85 | + | |
83 | 86 |
| |
84 | 87 |
| |
85 | 88 |
| |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
86 | 94 |
| |
87 | 95 |
| |
88 | 96 |
| |
| |||
97 | 105 |
| |
98 | 106 |
| |
99 | 107 |
| |
100 |
| - | |
| 108 | + | |
| 109 | + | |
101 | 110 |
| |
102 | 111 |
| |
103 | 112 |
| |
| |||
108 | 117 |
| |
109 | 118 |
| |
110 | 119 |
| |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
111 | 125 |
| |
112 | 126 |
| |
113 | 127 |
| |
|
Diff for: py5/mixins/__init__.py
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
|
0 commit comments