husker-dev / openglfx

OpenGL implementation for JavaFX
Apache License 2.0
80 stars 10 forks source link

Example Usage? #6

Closed orange451 closed 2 years ago

orange451 commented 2 years ago

Is there any hello world program utilizing this with Direct mode? Not really clear on what is the point of this is. OpenGLPane doesn't have much functionality?

husker-dev commented 2 years ago

For better understanding of openglfx:

  • Direct - enabled when JavaFX uses OpenGL as rendering pipeline (better performance)
  • Universal - all other cases

You can read more here.

orange451 commented 2 years ago

Might I suggest making that example module a little easier to find? That is exactly what I was looking for, but after 15 minutes of clicking around I didn't see it, and nearly moved away from this project.

husker-dev commented 2 years ago

I've moved the example module up a bit.

Thank you for your interest in the project!