From 65aa2c82641fbe975658a1fdbbd76deac50ff125 Mon Sep 17 00:00:00 2001 From: Perry MacMurray Date: Wed, 23 Jun 2021 00:37:58 -0400 Subject: [PATCH] Update README.md with link to Java bindings (#257) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea80b72..66c4503 100644 --- a/README.md +++ b/README.md @@ -162,4 +162,4 @@ A: Like ImGui, it is recommended that you compile and link ImPlot as a *static* **Q: Can ImPlot be used with other languages/bindings?** -A: Yes, you can use the generated C binding, [cimplot](https://github.com/cimgui/cimplot) with most high level languages. [DearPyGui](https://github.com/hoffstadt/DearPyGui) provides a Python wrapper, among other things. A Rust binding, [implot-rs](https://github.com/4bb4/implot-rs), is currently in the works. An example using Emscripten can be found [here](https://github.com/pthom/implot_demo). +A: Yes, you can use the generated C binding, [cimplot](https://github.com/cimgui/cimplot) with most high level languages. [DearPyGui](https://github.com/hoffstadt/DearPyGui) provides a Python wrapper, among other things. [imgui-java](https://github.com/SpaiR/imgui-java) provides bindings for Java. A Rust binding, [implot-rs](https://github.com/4bb4/implot-rs), is currently in the works. An example using Emscripten can be found [here](https://github.com/pthom/implot_demo).