Announcing 'Dear ImGui Test Engine' + 'Dear ImGui Test Suite', available now.
- automation/testing for Dear ImGui apps/tools;
- run in your live app or headless on CI;
- run at robot speed or simulated human speed;
- export screens/videos for e.g. generating docs;

https://github.com/ocornut/imgui_test_engine

#imgui

GitHub - ocornut/imgui_test_engine: Dear ImGui Automation Engine & Test Suite

Dear ImGui Automation Engine & Test Suite. Contribute to ocornut/imgui_test_engine development by creating an account on GitHub.

GitHub
@ocornut Looks great! A while ago on Twitter, you mentioned that you were working on a new way to set up bindings for FFI in other languages, so we wouldn't have to rely on cimgui anymore - is this still something you're planning to do? Our .NET bindings are a big pain point for us and we'd like to come up with something new, so we were looking forward to that. Thanks!
Omar (@[email protected])

Announcing "Dear Bindings" by Ben Carter (Shironeko Labs): - generate C API for Dear ImGui (w/ full comments) - generate metadata for other tools to generate own bindings for other languages. https://github.com/dearimgui/dear_bindings This is basically a WIP attempt to improve on cimgui: - see how output looks (comments preserved, better designed naming scheme) here: https://github.com/dearimgui/dear_bindings/actions/runs/3481799993 - master/docking/string_view branches should be working. - imgui_internal.h not yet working (fixes/PR welcome)

Gamedev Mastodon