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

Update bindings_intro with updated steps #177

Closed learn-more closed 5 months ago

learn-more commented 5 months ago

I installed a clean venv:

py -m venv venv
venv\Scripts\activate.bat
pip install -r requirements-dev.txtp

And with this, I could run external\imgui_md\bindings\generate_imgui_md.py. The step of installing srcML does not seem to be needed anymore.

pthom commented 5 months ago

Hi,

This is perfect, thanks a lot. I'm happy to see that you discovered the generator! In fact, I did recently make the installation of the generator much easier, together with some nice doc. This is why it is not required to install srcML anymore (since I provide a native wheel that encapsulates it).

learn-more commented 5 months ago

Hi,

This is perfect, thanks a lot. I'm happy to see that you discovered the generator! In fact, I did recently make the installation of the generator much easier, together with some nice doc. This is why it is not required to install srcML anymore (since I provide a native wheel that encapsulates it).

Thanks!