Skip to content
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

use with Java making use of jogl, other native code. #1125

Closed
JoePfeiffer opened this issue Apr 9, 2023 · 1 comment
Closed

use with Java making use of jogl, other native code. #1125

JoePfeiffer opened this issue Apr 9, 2023 · 1 comment

Comments

@JoePfeiffer
Copy link

I'm trying to make use of ,https://github.com/SilentSys/orhelper , a Python package built on top of jpype to add scripting to https://github.com/openrocket/openrocket

Unfortunately, the particular class I need access to in OpenRocket makes use of OpenGL libraries, which are (near as I can tell -- if I'm wrong please tell me) written in native code. I have been unable to find any information on how to set jpype up to get access to these libraries, or native code libraries in general. Any help would be very appreciated.

I've opened an issue over on orhelper, SilentSys/orhelper#10 , which contains more details.

@Thrameos
Copy link
Contributor

This is a dependency issue well outside of jpype. Dependency issues on third party libraries are not something I can resolve.

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

2 participants