pyimgui
pyimgui copied to clipboard
pyimgui for opencv / numpy
Hello,
This is not an issue, rather a way to acknowledge the quality of your package :-)
I have been working with pyimgui for several months.
As I work in the computer vision field, I needed a way to be able to display images from numpy and opencv (display & inspect images, have a way too start imgui simply, etc.). So I built some tools on top of pyimgui, and I have been using them since then.
In this context, pyimgui has proven to be extremely usable and reliable. Many thanks!
Then, I decided to try and make a pip package from those tools: would you mind having a look at it and telling me your honest opinion? Here is a link to it : https://github.com/pthom/imgui_datascience I have tested it with python 2 & 3, under linux, windows and osx.
Regards,
Pascal Thomet
PS : please bear in mind that this is my first experience with distributing a python package (which is quite a complex process, as I discovered). There might be some gotchas.
Wow! I did not expect to see some package built on top of this library so early since there are so many missing parts in it.
That's great! Thank you very much for this info. It is always nice to hear that someone uses your software and finds it useful. I will try to take a look at your project to see how it works and how it is built. If I have any suggestions I will of course share them with you.
I'll keep this issue open because I will maybe create some documentation page with the list of Python projects built with imgui so this will be useful reference.
Thanks again!
Many thanks for your answer, and I would of course welcome your feedback!