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

Make the UserInterface a singleton and make the DrawUtils flexible #8

Closed
RonenNess opened this issue Feb 23, 2017 · 1 comment
Closed

Comments

@RonenNess
Copy link
Owner

Users reported they need the ability to override DrawUtils functionality, specifically to control the Draw() / End() calls. Since its static, its currently impossible.
It should be a regular class they can inherit from and replace with their own, or a similar design pattern that would make it more flexible.

In addition, the UserInterface should be turned into a proper singleton, since now its somewhere in between.

@RonenNess
Copy link
Owner Author

Done in Dev, will be merged into stable after testing.

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