From 8a605354ef890601ea03888e9e60b9b7284bfe95 Mon Sep 17 00:00:00 2001 From: Marc-Alexandre Espiaut Date: Sun, 27 Jan 2019 21:59:48 +0100 Subject: [PATCH] Replacing one of the third-party Python bindings. (#2312) Removing the unmaintained CyImGui (only 7 commits, last one made in 2015) and replacing it with bimpy. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ba9acc0c0..cfeef09cb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -126,7 +126,7 @@ Languages: (third-party bindings) - Odin: [odin-dear_imgui](https://github.com/ThisDrunkDane/odin-dear_imgui) - Pascal: [imgui-pas](https://github.com/dpethes/imgui-pas) - PureBasic: [pb-cimgui](https://github.com/hippyau/pb-cimgui) -- Python: [pyimgui](https://github.com/swistakm/pyimgui) or [CyImGui](https://github.com/chromy/cyimgui) +- Python: [pyimgui](https://github.com/swistakm/pyimgui) or [bimpy](https://github.com/podgorskiy/bimpy) - Ruby: [ruby-imgui](https://github.com/vaiorabbit/ruby-imgui) - Rust: [imgui-rs](https://github.com/Gekkio/imgui-rs) or [imgui-rust](https://github.com/nsf/imgui-rust) - Swift [swift-imgui](https://github.com/mnmly/Swift-imgui)