Bob Holcomb
Bob Holcomb
Thanks for putting this up on github. I'm working on integrating into several projects. I sent you an email to your blog email address. I've got some time to help...
I have started building an example of how to integrate EAWebkit into an OpenGL application. It's commented, but not exactly a tutorial yet. I do plan on writing the documentation...
I haven't gotten https to work yet. Either I'm not initialize SSL somewhere, or it's not being built into the webkit dll that I'm using. I would stick with http...
Sorry for the delay, I just saw this. Can you post the code again? If I had to guess, I think you might not be populating your font cache with...
Looking at your callstack, you seem to missing the fonts that you need for your webpage. Fonts either need to be manually loaded using add_ttf_font() in glWebkitUtils.h/cpp or they can...
I believe that you need to derive a class from IJSBoundObject that overrides the invokeMethod() member function. Register your class with your View (using the BindJavaScriptObject function). Then in your...
Can you post a picture of how this looks in an actual web browser for comparison? Your picture doesn't look too bad, but it could be an openGL sampling issue...
You seem to be getting different fonts between glWebkit and beamNG/chrome. On glWebkit, it looks like you're getting times new roman since thats the only font that the example loads...