dearimgui / dear_bindings

C header (and language binding metadata) generator for Dear ImGui
MIT License
221 stars 12 forks source link

Support for ImGui test engine? #60

Closed JamesWrigley closed 7 months ago

JamesWrigley commented 7 months ago

Hey there, would you be open to extending this library to provide bindings for the ImGui test engine? Or is it strictly meant for ImGui alone?

ocornut commented 7 months ago

I don’t have an answer for this myself, But I think I wouldn’t want to burden Ben with this, at least it seems pretty far out in my assumption about priorities:

Test Engine by nature would be naturally aimed at standardizing its API so events may be recorded into data files, so I imagine it may come with its own specialized solution.

JamesWrigley commented 7 months ago

Thanks, that makes sense :+1: I wasn't aware that support for implot etc was planned too, that sounds interesting.

ocornut commented 7 months ago

Well its not explicitly planned but the intent is that any similarly formatted file could easily be parsed and converted the same way, and implot would be obviously the strongest contender for it.