Hi, This is uncharted territory for me so once again apologies if I am asking dull questions.
Is it possible for emscripten to handle 2 canvas elements? One would be used to render the GUI the other one for off-screen rendering of textures/images. When I look at the Module singleton I get the impression is that there is meant to be at most one canvas element, i.e. `Module['canvas']`. This is part of me trying to port Maplibre Native to emscripten, whereby the map would be incorporated into my Dear Imgui based GUI - however Maplibre does do async 'headless' rendering of the tiles beforehand. I hope I have provided enough information, let me know if not. Thank you! Andrea -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/683dd80c-85c5-42e6-a6d1-b441366a2564n%40googlegroups.com.
