回答編集履歴
2
見直しキャンペーン中
answer
CHANGED
@@ -1,16 +1,15 @@
|
|
1
|
-
mkoban777さんはご存じでしょうが、「初めてのProcessing」は翻訳本です。
|
1
|
+
mkoban777さんはご存じでしょうが、「初めてのProcessing」は翻訳本です。
|
2
|
-
原著者のHPにコードが載っています。
|
2
|
+
原著者のHPにコードが載っています。
|
3
|
-
[multiuser client | Learning Processing 2nd Edition](http://learningprocessing.com/examples/chp19/example-19-07-multiuser-client)
|
3
|
+
[multiuser client | Learning Processing 2nd Edition](http://learningprocessing.com/examples/chp19/example-19-07-multiuser-client)
|
4
|
-
|
4
|
+
|
5
|
-
細かい違いはありますが、大体同じように見えます。
|
5
|
+
細かい違いはありますが、大体同じように見えます。
|
6
|
-
|
6
|
+
|
7
|
-
何故このコードが意図通り動かないかですが、答えは足元にありました
|
7
|
+
何故このコードが意図通り動かないかですが、答えは足元にありました(著者自身が間違いと言っています^^;
|
8
|
-
[Example 19-6/Exercise 19-5: ellipse() doesn't work in clientEvent · Issue #210 · shiffman/LearningProcessing](https://github.com/shiffman/LearningProcessing/issues/210)
|
8
|
+
[Example 19-6/Exercise 19-5: ellipse() doesn't work in clientEvent · Issue #210 · shiffman/LearningProcessing](https://github.com/shiffman/LearningProcessing/issues/210)
|
9
|
-
|
9
|
+
|
10
|
-
|
11
|
-
プルリクエストも出ています(mkoban777さんの修正と同じような内容)
|
10
|
+
プルリクエストも出ています(mkoban777さんの修正と同じような内容)
|
12
|
-
[Fix drawings of other clients not showing in example 19-7 by multimentha · Pull Request #226 · shiffman/LearningProcessing](https://github.com/shiffman/LearningProcessing/pull/226)
|
11
|
+
[Fix drawings of other clients not showing in example 19-7 by multimentha · Pull Request #226 · shiffman/LearningProcessing](https://github.com/shiffman/LearningProcessing/pull/226)
|
13
|
-
|
12
|
+
|
14
|
-
---
|
13
|
+
---
|
15
|
-
|
14
|
+
|
16
15
|
本にするとき(翻訳時も)に、動作チェックはしないもんなんですかね?
|
1
微修
answer
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
[Example 19-6/Exercise 19-5: ellipse() doesn't work in clientEvent · Issue #210 · shiffman/LearningProcessing](https://github.com/shiffman/LearningProcessing/issues/210)
|
9
9
|
著者自身が間違いと言っています^^;
|
10
10
|
|
11
|
-
プルリクエストも出ています(
|
11
|
+
プルリクエストも出ています(mkoban777さんの修正と同じような内容)
|
12
12
|
[Fix drawings of other clients not showing in example 19-7 by multimentha · Pull Request #226 · shiffman/LearningProcessing](https://github.com/shiffman/LearningProcessing/pull/226)
|
13
13
|
|
14
14
|
---
|