greenfield
greenfield copied to clipboard
HTML5 Wayland compositor :seedling:
closes #104
Currently the proxy waits for confirmation from the browser before it starts encoding the next frame. This hard couples the frame update with what is effectively the input latency. We...
Currently when a user exits the compositor, all applications are destroyed. In theory it should be possible to persist all application/client related state to a database. This allows for resuming...
Currently [Flutter Web](https://flutter.dev/web) uses [CSS Houdini](https://developers.google.com/web/updates/2016/05/houdini) as it's paint back-end. For it to be able to run as a Greenfield web-app, we need to implement a custom renderer that can...
Currently the app-endpoint-server implementation uses nodejs. This is and was fine for prototyping and just getting things working quickly. It is however a bit of a PITA to setup and...
I thought I saw this somewhere before the huge change in documentation but is there a way to launch every application into its own canvas? My use case is a...
Is it possible to have a single page that has multiple Greenfield instances running on it? It seems like it's possible if each instance has its own session ID. However...
Is it possible to have Sommelier as a proxy for a windows to Greenfield? Greenfield looks like it can maybe be used to make wslg far more usable? The only...
H265 WebCodecs API is now available since Chrome 108 https://stackoverflow.com/questions/73988256/does-webcodecs-support-transparency-of-an-hevc-stream https://github.com/StaZhu/enable-chromium-hevc-hardware-decoding
Compositor-proxy currently uses WebSockets to communicate application [video] frame data. This has well known drawbacks for use in real-time communication as it's essentially a TCP connection. Instead we should use...