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

Entity debugger #62

Open
1 of 10 tasks
martinjonsson01 opened this issue Mar 21, 2023 · 0 comments
Open
1 of 10 tasks

Entity debugger #62

martinjonsson01 opened this issue Mar 21, 2023 · 0 comments
Labels
feature A new feature

Comments

@martinjonsson01
Copy link
Owner

martinjonsson01 commented Mar 21, 2023

Reason

To more easily debug behaviors of systems in-engine, create an entity debugging UI which display them.

See the egui demo for inspiration and to see which widgets are available.

Requirements

  • The entity debugger is hidden by default, and is shown only when some hotkey is pressed (i.e. ~ or similar)
  • When the entity debugger is hidden, it has no impact on rendering performance (i.e. it stops being rendered at all)
  • The UI is simple, and contains:
    • An entity count
    • A component count
    • A list of entities
    • Entity details view (shown when entity is clicked/expanded):
      • Its components are displayed
  • The UI is automatically updated with the latest entity and component data every frame

Dependencies

@martinjonsson01 martinjonsson01 added the feature A new feature label Mar 21, 2023
@martinjonsson01 martinjonsson01 moved this to 🆕 New in RECS Mar 21, 2023
@martinjonsson01 martinjonsson01 moved this from 🆕 New to 📋 Backlog in RECS Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant