| I’m not sure I understand the question. Do you mean build your code which uses FLTK? Sent from my iPhone I managed to get FLTK to compile with the emcmake commands, but how do I target external code in other folders? On Wednesday, February 12, 2025 at 3:37:34 PM UTC-8 Tommie Moore wrote:
How is this used I have looked at the gif repository, and it looks exactly like the default fltk library. Does this compile with an emcc *.cpp -o demo.html command?
On Wednesday, September 25, 2024 at 8:29:42 AM UTC-7 Mo_Al_ wrote:
Hi all,
I'm working on getting FLTK to work on the browser. Support code here:
Demo here: https://moalyousef.github.io/fltk_emscripten/I use emscripten_sleep() in the event loop. This is needed for shown dialogs and menu windows. However due to it not supporting reentrancy, I sometimes get crashes/errors when spawning a dialog or menu window. I'm wondering if you have suggestions to work around that? Is there a way to detect that emscripten_sleep() is currently waiting and avoiding reentrancy? I appreciate all suggestions. Thank you
--
You received this message because you are subscribed to a topic in the Google Groups "emscripten-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/emscripten-discuss/NS-IAsPA51I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/emscripten-discuss/5c541972-deb1-4be0-98bd-5a04ab6a250fn%40googlegroups.com.
--
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 visit https://groups.google.com/d/msgid/emscripten-discuss/4646058A-A0D4-45FD-B624-424FE075F847%40gmail.com.
|