vurtun / nuklear

A single-header ANSI C gui library
13.69k stars 1.11k forks source link

Support for emscripten? #790

Open paulocoutinhox opened 5 years ago

paulocoutinhox commented 5 years ago

Hi,

Has support for emscripten?

I want add a gui in my sample for wasm: https://github.com/ezored/sample-wasm

Thanks.

dumblob commented 5 years ago

Searching for web emscripten javascript in nuklear issues gives at least the following: https://github.com/vurtun/nuklear/issues/79 , https://github.com/vurtun/nuklear/issues/207 , https://github.com/vurtun/nuklear/issues/607 , https://github.com/vurtun/nuklear/issues/774 .

Feel free to close this issue.

paulocoutinhox commented 5 years ago

Yes, i know it. But lot of time pass and we don't a clear answer like "Yes, it work. Use this implementation abx.h". I know other projects that use nuklear, but i want know if the things are in the same stage or if it has official support without other repository/project.

tanis2000 commented 5 years ago

I am using Nuklear with emscripten and it works a charm.

dumblob commented 5 years ago

@tanis2000 that's good news - any link to a web app you're testing it with?

tanis2000 commented 5 years ago

@dumblob my Ludum Dare 43 entry is using Nuklear and is cross-platform, including web with emscripten. You can check out the source code and details here: https://ldjam.com/events/ludum-dare/43/santa-frowns-to-town