Skip to content

An OpenGL binding for DriftFX? #49

@jzy3d

Description

@jzy3d

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions