mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.7K
active users

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;

github.com/ocornut/imgui_test_

@ocornut Very cool, does this cover the docking branch also?

Omar

@daniel_collin Yes in theory, but there are misc bugs here and there with some cases that needs fixing. Viewports are currently half-supported, have known issues.

@daniel_collin Obviously we want to drive viewport stuff but we also want to make it 100% impossible for test engine to inject OS-side inputs, there may be conflicting cases.