Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript binding + WebGL demo #1620

Closed
ocornut opened this issue Feb 15, 2018 · 1 comment
Closed

Javascript binding + WebGL demo #1620

ocornut opened this issue Feb 15, 2018 · 1 comment

Comments

@ocornut
Copy link
Owner

ocornut commented Feb 15, 2018

"JavaScript bindings for Dear ImGui using Emscripten and TypeScript "
by @flyover
Github https://github.com/flyover/imgui-js
Readme https://flyover.github.io/imgui-js/

There's a web demo which even supports gamepad.
https://flyover.github.io/imgui-js/example/

Interestingly the web demo has a sandbox window when you can input imgui code and it's get evaluated live (it's easy to break the library with mismatch Begin/End pairs at the moment, something which I would like to improve in the future)
image

@heroboy
Copy link
Contributor

heroboy commented Feb 19, 2018

This is why I opened this issue #204 long ago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants