Howard Hughes

Results 10 comments of Howard Hughes

Wanted to share mine: I have Electron rendering to an OpenGL texture, which I am displaying in ImGui. ![image](https://user-images.githubusercontent.com/7727197/38189147-9c5ae4a0-3613-11e8-89f5-beabdea5d64c.png)

Separate electron process rendering offscreen into shared memory (see my profile for a node module for the shared memory), which I use to update an OpenGL texture. Displayed in Imgur...

Yeah I definitely do, and I'd like for it to replace ultralight. Unfortunately I don't have the time to use something like that for my purposes, but I would like...

@gdeverlant can you clarify what you're asking? Ultralight provides a driver for directly rendering to an OpenGL texture, which is exactly what I am using to do it. I take...

@gdeverlant I wish I could share the code but it's scattered all over my project's repository. I'm planning to open source the project later but I really don't want to...

@gdeverlant Lightweight enough for what?

@gdeverlant I guess github doesn't have a direct messaging system anymore (I could have sworn it used to) but you can email me my github username at gmail

+1, I have many errors in MacOS similar to those listed by others. The problem seems to go away when using `#include ` instead of `#include `, but that doesn't...

+1 Just integrated conan to my build system but Ultralight is not available. Once I finish with other dependencies, depending on how difficult it is/how much bandwidth I have I...

Just FYI, as a workaround, if you put the license GUID in a comment in your settings.json, the comments will sync! it doesn't prevent you from needing to enter the...