# A test for the Python Turtle graphics. # To test if a similar result can be achieved in OpenSCAD. # In linux, I had to install the python3-tk package. print("Click ...
WIDTH, HEIGHT = 800, 800 BG_COLOR = "#222222" # dark background GOLD = "#b545a2ff" # gold-ish RED = "#C21A1A" # rich red HIGHLIGHT = "#FFFFFF" # white highlight OUTLINE_SCALE = 1.08 # scale for gold ...