8000 Can coffee run truly headless? · Issue #141 · hecrj/coffee · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Can coffee run truly headless? #141
Open
@fairbairn

Description

@fairbairn

We currently have a project in ggez, but want our system to run headless with a cloud based GPU machine.

ggez does not allow us to run without creating a window, even though we can render to an off-screen canvas. The window is basically blank, but displayed.

Can coffee do what we desire?

Our application does real time video encoding with effects and when deployed, does not require a window, which would require x11 contexts vs just the GPU drivers.

The idea of leveraging wgpu backends vs only opengl is also enticing.

Ideally we'd code our system to utilize a window for feedback when debugging (we'd copy the off screen canvas to the window), but when deployed we'd disable it entirely.

We did not see an example in coffee that would demonstrate a simple headless setup, ie, just draw to a canvas and save out the canvas as an image file as a simple demonstration.

Any insights would be appreciated. We think the port to coffee would be pretty easy if it supports this capability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0