Is there a way to use GL4Java with an externally created window handle?
For instance, if I used a native library to create a window + GL
context, how can I pass that to gl4java.GLContext?
My goal here is to completely divorce GL4Java from AWT, and use an
external library (SDL) to handle the window and input-management
functions. Can this be done?
Thanks
Steve
|