Skip to content

P3D does not work #6

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

Open
creativival opened this issue Dec 3, 2021 · 0 comments
Open

P3D does not work #6

creativival opened this issue Dec 3, 2021 · 0 comments

Comments

@creativival
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant