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

Dynamic GUI #23

Open
mnewhouse opened this issue Dec 2, 2014 · 1 comment
Open

Dynamic GUI #23

mnewhouse opened this issue Dec 2, 2014 · 1 comment

Comments

@mnewhouse
Copy link
Owner

Currently the user interface is hard-coded into the game, I would like to load it dynamically from files included with the game.

@mnewhouse
Copy link
Owner Author

A little bit about how this should work:

  • GUI documents are stored in files shipped with the game.
  • Events are handled in C++, where elements are identified by their predefined IDs.
  • Themes are also stored in files, allowing for customization of textures, colors, fonts, sizes and so on.

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

No branches or pull requests

1 participant