We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
ISSUE: P3D does not work
Thank you for the wonderful script.
When using P3D, I get an error that gluegen does not load. Please let me know if there is a way to use P3D.
p3d_basic1.py
if False: from lib.Processing3 import * # P3D TEST def setup(): size(800, 600, P3D) background(0)
Windows Terminal
> java -jar lib\processing-py.jar p3d_basic1.py java.lang.UnsatisfiedLinkError: Can't load library: C:\Users\user_name\Documents\processing-creative-coding\natives\windows-i586\\gluegen-rt.dll
Mac Terminal
$ java -jar lib/processing-py.jar p3d_basic1.py java.lang.UnsatisfiedLinkError: Can't load library: /Users/user_name/Documents/Processing.py-intellisense/natives/macosx-universal//gluegen-rt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ISSUE: P3D does not work
Thank you for the wonderful script.
When using P3D, I get an error that gluegen does not load. Please let me know if there is a way to use P3D.
p3d_basic1.py
Windows Terminal
Mac Terminal
The text was updated successfully, but these errors were encountered: