Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable glow as renderer behind a feature flag #107

Open
rawhuul opened this issue Jul 25, 2024 · 6 comments
Open

Enable glow as renderer behind a feature flag #107

rawhuul opened this issue Jul 25, 2024 · 6 comments

Comments

@rawhuul
Copy link

rawhuul commented Jul 25, 2024

No description provided.

@rawhuul rawhuul changed the title Enable glow as renderer with a feature flag Enable glow as renderer behind a feature flag Jul 25, 2024
@BillyDM
Copy link
Contributor

BillyDM commented Jul 28, 2024

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
Copy link
Author

rawhuul commented Jul 28, 2024

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
Copy link
Owner

grovesNL commented Jul 29, 2024

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
Copy link
Author

rawhuul commented Jul 29, 2024

Yeah sure @grovesNL, will try that

@BillyDM
Copy link
Contributor

BillyDM commented Jul 30, 2024

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

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

@Kl4rry
Copy link

Kl4rry commented Nov 27, 2024

The gl backend on linux nvidia does not work with wgpu so using it is not an option. #4751

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants