From 2df34aea12be6a24fbfb813c4b849d201b955308 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Mon, 17 Aug 2020 20:52:49 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ee7598..4bcb7f3 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,6 @@ A: Yes, ImPlot accepts both `float` and `double` for all of its plotting functio **Q: Can ImPlot be used with other languages/bindings?** -A: Yes, you can use the C binding, [cimplot](https://github.com/cimgui/cimplot) with most high level languages. +A: Yes, you can use the 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).