grovesNL / glyphon

🦅🦁 Fast, simple 2D text renderer for wgpu
429 stars 53 forks source link

Enable `glow` as renderer behind a feature flag #107

Open rawhuul opened 2 months ago

BillyDM commented 2 months ago

Isn't glow OpenGL? I suppose in theory glyphon's rendering pipeline can be ported to OpenGL, it's just a matter of whether or not the author is up to maintaining that.

rawhuul commented 2 months ago

Isn't glow OpenGL?

Yes, it is.

I suppose in theory glyphon's rendering pipeline can be ported to OpenGL, it's just a matter of whether or not the author is up to maintaining that.

Yes, he may have an interest in it, being the author of glow.

grovesNL commented 2 months ago

Something like this might be reasonable, but it would complicate maintainability slightly. @rawhuul is it possible you could use wgpu with its GL backend instead (also uses glow internally)?

rawhuul commented 2 months ago

Yeah sure @grovesNL, will try that

BillyDM commented 2 months ago

Yes, he may have an interest in it, being the author of glow.

Ah, I didn't know he was the author of glow.