pthom / imgui_bundle

Dear ImGui Bundle: an extensive set of Ready-to-use widgets and libraries, based on ImGui. Start your first app in 5 lines of code, or less. Whether you prefer Python or C++, this pack has your back!
https://pthom.github.io/imgui_bundle/
MIT License
590 stars 62 forks source link

Add python markdown div example #176

Closed learn-more closed 5 months ago

learn-more commented 5 months ago

Edited in the external/imgui_md/imgui_md_wrapper/imgui_md_wrapper.h file, updated with py external\imgui_md\bindings\generate_imgui_md.py

pthom commented 5 months ago

Thanks a lot, this is perfect, with the addition of having run the generator which is even more perfect. Thanks!

learn-more commented 5 months ago

Thanks a lot, this is perfect, with the addition of having run the generator which is even more perfect. Thanks!

Thanks!

I had to apply a small patch on the generator for it to work on Windows (without destroying the line endings), there is a PR for that as well.

pthom commented 5 months ago

Your contributions are first class! Do not hesitate to post more, if you so wish. I'm very opened to contributions like yours.

learn-more commented 5 months ago

Your contributions are first class! Do not hesitate to post more, if you so wish. I'm very opened to contributions like yours.

Thank you!

I am in the process of experimenting with this bundle from c++ and python, and considering how active you are, I will send in new patches when I encounter issues.