Someone has ported examples in Qt (it is called qt-emscripten). It
works but it is a little bit big and slow.

It might also possible to use FTLK with a SDL buffer. Nothing ready
to use and widgets are not really pretty.

Another solution is to use a GUI over a game library. There is many.

I'm beginning a library to manipulate the DOM like in jquery.
I want to something like;

void main()
{
 node window;
 
 window.attach("document.window");
 window.by_name("body").append("div").text("Hello world!");
}

I'm also thinking about a little layout engine to render few tags in an
SDL window in native builds.


Le Sat, 22 Nov 2014 21:26:45 -0800,
Dan Stromberg <[email protected]> a écrit :

> What are people's favorite widget libraries for use with Emscripten in
> developing GUI applications?
> 
> I know about SDL, but isn't it kind of low-level for GUI programming?
> 
> Thanks.
> 

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to