-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add web renderer #80
Comments
Im really interested into website (homeassistant) as wallpaper for gnome on wayland. Just want to know if merging "Render for websites" is all i need to get it working. Thank you. |
Hi @Gouster4
In short, no. The web perfs are just foundational work for the UI; the implementation for the web renderer is not there yet.
That pull request was dropped because WebKitGtk4 had serious performance and stability issues. I'm not sure what the current state is, but I heard it's improving recently. When considering webpage as live wallpaper, we have another promising method to consider. That's by using gstcefsrc, which is Chromium-based and has a higher affinity with Hanabi's implementation. I have made some attempts (see So, that's pretty much the current state for the web renderer. There are still things that need to be investigated and implemented, and we don't have enough manpower~ |
Just for reference, what's your use case (expected result)? |
Just preview without interaction would be good. But live preview, not static image/screenshot. Interactive webpage would be even better. I use my server with gyroscopic remote control (keyboard+mouse) on all TVs in my house. I dont use desktop icons, just a simple gnome dock. And homeassistant dashboard as wallpaper would be awesome to keep an eye on whole house (including camera livestream widgets which i already have in homeassistant dashboard). If it would be interactive, even better. Server is powerfull, so i dont mind any performance/optimalization issues, as i dont mind wasting some resources. I am also ok with any bugs or lags... Still better then nothing. |
So, web-render branch is attemp to use gstcefscr? I didnt found any other project that attemps to do this, so im waiting and hoping for best, as i dont have enought knowedgle to help with this project. My problem is that im tied to wayland because of waydroid, and gnome because of extensions im using otherwise i would be able to use hidamari. |
Description
This is the meta thread for the progress of adding a web renderer to the Hanabi extension.
Progress
prefs.js
gstcefsrc
andgtk4paintablesink
into mesongstcefsrc
withgtk4paintablesink
andclappersink
Related works
The text was updated successfully, but these errors were encountered: