ma haidong
ma haidong
none of this two working for me. fail too

I found this issue also. It can be solved by following: you should `import builtin` or `from buildin import *` ``` import p5 import builtins def setup(): p5.size(640, 360) p5.no_stroke()...
also sovle this : OpenGl_Windows::CreateWindow: window visual is incom… … …plete: no depth buffer, no stencil buffer
> @mahaidong have you solved this issue? I am meeting the same error. thanks @ennauata mention about it. I got to this far :) https://github.com/mahaidong/housegan/blob/master/variation_bbs_with_target_graph_segments_suppl.py The code can run ,...
> On my side, it works, but it still complains. > > I have `pylance` enabled, and it complains on the import line that there's no module source, but autocomplete...