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

Kotlin/Multiplatform bindings #2994

Closed
Dominaezzz opened this issue Jan 20, 2020 · 1 comment
Closed

Kotlin/Multiplatform bindings #2994

Dominaezzz opened this issue Jan 20, 2020 · 1 comment

Comments

@Dominaezzz
Copy link

Repo: https://github.com/Dominaezzz/kotlin-imgui

I've generate bindings for Kotlin using cimgui. With GLFW/OpenGL implementations.
It covers most the api surface. I've skipped stuff like ImGui::PushID(void* id), since it doesn't quite make sense in a language without pointers.
It currently compiles to Native and I'm getting Jvm to build. (Maybe even JavaScript eventually).

@ocornut
Copy link
Owner

ocornut commented Jan 20, 2020

Nice Dominic!
Now added to:
https://github.com/ocornut/imgui/wiki/Bindings
(Shortly I'll also add Kotlin in the list of language bindings in the readme)

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