Skip to content

libs-back is missing support for on-screen rendering #36

Description

@triplef

#31 added support for a "headless" GUI backend, which @qmfrederik explained here:

The headless backend allows you to use gui components without having them actually render anything to your screen. In our case, we have an application which runs both in command line as well as full GUI mode. Even when running in command line mode, some code from libs-gui is invoked. The headless backend allows us to run those applications.

There may be other use cases, too. For example, I think this would allow you to run code which relies on libs-gui in e.g. a container environment, for, say, unit testing purposes as part of your CI pipeline.

We should add support for a full Win32 backend to allow on-screen rendering.

I think both @gcasa and @qmfrederik have worked on this in the past. I wanted to open this in order to document the current state of GUI support.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions