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

An OpenGL binding for DriftFX? #49

Open
jzy3d opened this issue Mar 31, 2023 · 0 comments
Open

An OpenGL binding for DriftFX? #49

jzy3d opened this issue Mar 31, 2023 · 0 comments

Comments

@jzy3d
Copy link

jzy3d commented Mar 31, 2023

I use new tools from Oracle to produce native OpenGL bindings easily. The whole is much easier to build than historical frameworks like JOGL and LWJGL. As it covers Swing and more recently JavaFX, I thought you would be interested in integrating it in DriftFX.

There's a simple demo here. Using such a sample requires the below dependency

<dependency>
	<groupId>org.jzy3d</groupId>
	<artifactId>panama-gl-ui-javafx</artifactId>
	<version>${project.version}</version>
</dependency>

It is made available on Jzy3D's maven server here :

<repositories>
  <repository>
    <id>jzy3d-snapshots</id>
    <name>Jzy3d Snapshots</name>
    <url>https://maven.jzy3d.org/snapshots/</url>
  </repository>
  <repository>
    <id>jzy3d-releases</id>
    <name>Jzy3d Releases</name>
    <url>https://maven.jzy3d.org/releases/</url>
  </repository>
</repositories>

I'll be happy to answer question on this discussion.

@jzy3d jzy3d changed the title A third OpenGL binding for DriftFX? An OpenGL binding for DriftFX? Mar 31, 2023
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