eclipse-efx / efxclipse-drift

Eclipse Public License 2.0
147 stars 17 forks source link

Any chance you will support an lwjgl FBO or context? #8

Closed xGnoSiSx closed 4 years ago

xGnoSiSx commented 5 years ago

In Lwjgl and other similar frameworks we already have FBOs that were created and rendered.

Would it be difficult to add support to pass the relevant lwjgl object to your lib.

Of course those frameworks create their own main window. I'm not asking for complete integration.

lwjgl

redrezo commented 4 years ago

The 1.0.0.rc0 Release allows you to use your own OpenGL context, but you still have to draw to the texture which is manage by drift, you can use it in your fbo or blit your final Image to it