Re: Initializing a NEWT Window in Java and Rendering Natively
Posted by void-pointer on Mar 05, 2011; 1:47am
URL: https://forum.jogamp.org/Initializing-a-NEWT-Window-in-Java-and-Rendering-Natively-tp2631445p2636472.html
Sorry that I deleted my previous post! In retrospect after posting, I thought that I should look more closely at the JOGL API before pestering you with more questions so that I did not bother you unnecessarily. I realized that I may have not understood correctly how the library deals with native surfaces, so I wanted to hold back until after doing some more research. But your post just solved all of my problems - thank you very much for clarifying this! I was actually planning to port to OpenCL soon - I held off previously because of shaky support. I have always used JOGL when developing graphics applications in order to maintain platform compatibility, and will definitely use JOCL as I begin to port the existing code I have written.
Thanks again for your help; I really appreciate it!