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

info attribute. display of text in opengl or with a egui popup. #5

Open
coderedart opened this issue Aug 24, 2021 · 0 comments
Open
Milestone

Comments

@coderedart
Copy link
Owner

The info attribute needs us to show text. we can do this in two ways.

  1. Add a glyph texture dependency and start rendering opengl text. this is more complicated, but we might eventually need text rendering anyway.
  2. just use a simple egui area/window to display text. we can keep it to a side, or make a notification-ish floating and fading away thingy or just keep a seperate dedicated window for this which gets a text message of the info string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant