Open dongeronimo opened 2 months ago
https://www.magpcss.org/ceforum/index.php to embed chromium into the app.
There are ways to render the html offscreen and get the result as an image.
If i have an image i have a texture whose contents change each frame. So at each frame i have to push the new content to the gpu
Mind alpha. Use the alpha channel present in html color codes as transparency. That means that depend upon https://github.com/dongeronimo/deccan_plateau/issues/18
Need also to find a way to interact with the page. That would be another issue.
CEF (Chromium Embedded Framework) binaries and debug symbols are found at https://cef-builds.spotifycdn.com/index.html
https://www.magpcss.org/ceforum/index.php to embed chromium into the app.
There are ways to render the html offscreen and get the result as an image.
If i have an image i have a texture whose contents change each frame. So at each frame i have to push the new content to the gpu
Mind alpha. Use the alpha channel present in html color codes as transparency. That means that depend upon https://github.com/dongeronimo/deccan_plateau/issues/18
Need also to find a way to interact with the page. That would be another issue.