We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553708b commit ad39c44Copy full SHA for ad39c44
src/patterned.py
@@ -1,18 +1,19 @@
1
import pmma
2
import math
3
import random
4
+import time
5
6
pmma.set_clean_profiling(False)
-pmma.set_profile_result_path(r"H:\Downloads\40 profile.txt")
7
-#pmma.init(general_profile_application=True)
8
-pmma.init(general_profile_application=False, use_c_acceleration=True)
+pmma.set_profile_result_path(r"H:\Downloads\60 profile.txt")
+pmma.init(general_profile_application=True)
9
+#pmma.init(general_profile_application=False, use_c_acceleration=True)
10
11
display = pmma.Display()
12
display.create(vsync=False)
13
14
events = pmma.Events()
15
-noise = pmma.Perlin()
16
+noise = pmma.Perlin(seed=0)
17
18
circles = []
19
for _ in range(750): # 750
0 commit comments