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

Visualise Random Seed and Environment Properties #896

Closed
wants to merge 2 commits into from

Conversation

Robadob
Copy link
Member

@Robadob Robadob commented Aug 6, 2022

A draft of it now works

F1 for the existing debug menu, with random seed added
image

F2 for environment properties which update with the model (albeit no thread safety reading the data ptrs from vis thread)
image

  • Seems worth hiding ones that begin with _ given they're supposed to be internal.
  • I think if they have a huge array it will wrap, but should probably test this (I may need to specify max width of the box)
  • I need to add some kind of scroll if they have loads (e.g. primage).
  • Will need to update CMake to point to new Vis hash when that is ready (reason CI is failing).

Matching vis PR: FLAMEGPU/FLAMEGPU2-visualiser#94

@Robadob
Copy link
Member Author

Robadob commented Aug 31, 2022

#911 (ImGui user interfaces) has superseded this more basic option. Can always add an extra UI listing all environment properties if there's demand for it.

@Robadob Robadob closed this Aug 31, 2022
@Robadob Robadob deleted the vis_env_rngseed branch August 31, 2022 13:28
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

Successfully merging this pull request may close these issues.

1 participant