質問編集履歴

4

コメントアウトしていたコードを消去しました

2020/04/11 09:38

投稿

showggg
showggg

スコア23

test CHANGED
File without changes
test CHANGED
@@ -114,8 +114,6 @@
114
114
 
115
115
  function setup() {
116
116
 
117
- //createCanvas(windowWidth, windowHeight);
118
-
119
117
  createCanvas(800, 600, P2D);
120
118
 
121
119
  frameRate(60);

3

実行環境について追記しました

2020/04/11 09:38

投稿

showggg
showggg

スコア23

test CHANGED
File without changes
test CHANGED
@@ -248,7 +248,7 @@
248
248
 
249
249
 
250
250
 
251
- 実行環境:Windows10, Processing 3.5.4
251
+ 実行環境:Windows10, Processing 3.5.4, Google Chrome 81
252
252
 
253
253
 
254
254
 

2

参考書について追記しました

2020/04/11 09:35

投稿

showggg
showggg

スコア23

test CHANGED
File without changes
test CHANGED
@@ -249,3 +249,7 @@
249
249
 
250
250
 
251
251
  実行環境:Windows10, Processing 3.5.4
252
+
253
+
254
+
255
+ 参考書:Processingクリエイティブ・コーディング入門(リスト5.1)

1

誤字を訂正しました

2020/04/11 09:30

投稿

showggg
showggg

スコア23

test CHANGED
File without changes
test CHANGED
@@ -232,7 +232,7 @@
232
232
 
233
233
 
234
234
 
235
- 元のProcessingコードはランダムなランダムな色、大きさ、位置、速度の円を生成するもので、複雑な処理はParticleクラスにまとめています。
235
+ 元のProcessingコードはランダムな色、大きさ、位置、速度の円を生成するもので、複雑な処理はParticleクラスにまとめています。
236
236
 
237
237
 
238
238