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

Add basic Preferences widget #12

Open
8 tasks
kraifpatrik opened this issue Sep 29, 2024 · 0 comments
Open
8 tasks

Add basic Preferences widget #12

kraifpatrik opened this issue Sep 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kraifpatrik
Copy link
Member

Add basic preferences widget so users don't have to write their own from scratch. This should include:

  • A floating "Preferences" window
  • A scrollable list of categories on the left side
  • Scroll pane with settings for the currently selected category on the right
  • "Reset to default" button for the currently selected category - restores default values for all settings
  • A search bar at the top for looking up settings by their name across all categories (substring match). (This one is probably going to be tough to implement. We can leave it for later.)
  • Keybindings configuration system
  • Save & load system for preferences
  • A way to query current value of a setting with given name/ID

Screenshot 2024-09-29 200451

Source: CRYENGINE Sandbox 5.7.1

@kraifpatrik kraifpatrik added the enhancement New feature or request label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant