Hi Vibeke,
I have a C++ program which draws graphics in OpenGL, I used Awesomium by getting the image data from Awesomium to display web browsers in this OpenGL display. This is basically the core of my application, it needs to be able to display the webpages in OpenGL.
How I do this is by using LibCinder with Cinder-Awesomium to draw the web browsers. Links for your info:
Now, I have some javascript calling my C++ from the web browser in Awesomium, then I came across this and thought, wouldn't it be nice if Awesomium had this NodeJS working in the browser, I could do a lot more from the web browser javascript. In fact, it would make a lot of things MUCH easier for development.
So what I want is either an Awesomium which can do what this does OR use NodeWebkit as a component like Awesomium and access its image data to display in OpenGL OR just compromise and use NodeWebkit browser instance in cooperation with Awesomium, so the NodeWebkit has the NodeJS functionality and Awesomium just displays the HTML to OpenGL.
Thanks!
Phil