husker-dev / openglfx

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

Custom GL context creation #21

Closed husker-dev closed 2 years ago

husker-dev commented 2 years ago

Due to some issues with MacOS, and the loading speed of OpenGLCanvas, I decided to replace the "built-in" context creation in LWJGL and JOGL with my own.

(It will replace GLFW and OffscreenAutoDrawable)

The main improvements should be:


In this issue I will publish the current progress

husker-dev commented 2 years ago

Context creation on Windows is ready

husker-dev commented 2 years ago

macOS is ready

husker-dev commented 2 years ago

Linux is ready