-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P2D and P3D not working #375
Comments
Use Processing 3.5.4 for Python Mode until there's better support for Processing 4. |
ok, thank you. |
I'm having the same problem. Already tried with Processing 3.5.4 and it is still not opening up the window when running P2D or P3D. |
Same Problem under Windows 11 using Processing 4.2 in Python mode. I've to call a DLL function in my project is there any instructions that I can realize in the Java mode as a working around? |
@JimStein @dwyn94 @KopylovVadik I'm afraid Processing Python Mode currently lacks a maintainer. If you, like me, enjoy using the Processing graphics vocabulary with Python, you can do it now with py5. |
P2D and P3D not working in python processing.
I took the standard example shown below. When running the sketch, nothing happens and no error occurs. Tested on win, mac_os. Processing v.-4.1.3
`def setup():
size(640,360,P3D)
background(0)
lights()
The text was updated successfully, but these errors were encountered: