Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Golden image capturing configuration #194

Open
TheMostDiligent opened this issue Aug 18, 2024 · 0 comments
Open

Golden image capturing configuration #194

TheMostDiligent opened this issue Aug 18, 2024 · 0 comments
Assignees

Comments

@TheMostDiligent
Copy link
Contributor

Extend golden image capturing system to allow capturing multiple images with different UI settings.

The system should be integrated with ImGUI and work as follows:

  • The configuration should be automatically integrated with ImGUI. For each ImGUI control, there should be a corresponding element in the JSON document. The element ID should be the ImGUI element ID.
  • There should be a special mode for applications that will allow to record configurations
    • There should be buttons like Start Config and Save Config
    • When Start Config is pressed, each change in the UI should be added to the JSON file
    • When Save Settings button is pressed, the current set of changes is recorded as a new combination of settings to use for capture.
    • In the recording mode, there should be a way to navigate through snapshots (e.g. arrows) to navigate and explore settings
  • JSON file should allow specifying conditions to skip certain snapshots (the UI should still be played, but the snapshot is not taken).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants