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

GL renderer: drawing to textures #47

Open
orowith2os opened this issue Jun 29, 2023 · 0 comments
Open

GL renderer: drawing to textures #47

orowith2os opened this issue Jun 29, 2023 · 0 comments
Labels
area:rendering Rendering enhancement New feature or request renderer:opengl About the OpenGL renderer

Comments

@orowith2os
Copy link
Contributor

Context:

Oro: Speykious GL questions, how does Inox2D work in reference to this? The GL renderer, specifically:

if that drawing code can just produce a GL texture, you can stuff that into a GtkPicture and overlay your ui on top of it. if it insists on drawing to a gl context, you'll have to look at GtkGLArea
I'm guessing it'll need a GtkGLArea if I want to embed it in an application?
looking at the opengl example

Speykious: yeah
It can't draw the whole model to a texture

Luna: It probably should if you want to support post processing

@Speykious Speykious added enhancement New feature or request renderer:opengl About the OpenGL renderer area:rendering Rendering labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rendering Rendering enhancement New feature or request renderer:opengl About the OpenGL renderer
Projects
None yet
Development

No branches or pull requests

2 participants