P3D not running in python mode

hi, i just started out using processing and i quickly discovered that P3D doesn’t work.
my code is:

def setup():
    size(200, 200, P3D)

when i click run it just doesnt do anything and stops quickly after (0.5-1 secounds after i click run)

can someone tell me what im doing wrong?

2 Likes

Welcome @Ishy

Are you using Processing 4.x or Processing 3.5.4? What are your system details? (Mac/Windows/Linux)

1 Like

im using processing 4.0.1 on windows 10

Probably better to run Processing 3.5.4 for Python Mode.

2 Likes