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

Create retained mode UI #129

Open
jamesaorson opened this issue Apr 22, 2020 · 0 comments
Open

Create retained mode UI #129

jamesaorson opened this issue Apr 22, 2020 · 0 comments

Comments

@jamesaorson
Copy link
Contributor

jamesaorson commented Apr 22, 2020

By making an ECS-style UI system, it by nature will be a retained mode. All rendering will occur in the Draw loop to optimize the render calls. This way, the UI is managed similarly to other Entities and Components.

https://en.wikipedia.org/wiki/Retained_mode

@jamesaorson jamesaorson added the ui label Apr 22, 2020
@jamesaorson jamesaorson changed the title Create immediate mode ui system Create retained mode ui system Apr 22, 2020
@jamesaorson jamesaorson changed the title Create retained mode ui system Create retained mode UiSystem Apr 22, 2020
@jamesaorson jamesaorson changed the title Create retained mode UiSystem Create retained mode UI Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant