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

ui: scroll texture instead of rendering texture #23

Open
deltabeard opened this issue Feb 17, 2022 · 1 comment
Open

ui: scroll texture instead of rendering texture #23

deltabeard opened this issue Feb 17, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@deltabeard
Copy link
Owner

On scrolling, the UI should not have to be re-rendered. Instead, the previously rendered texture should be moved. The selection box should be rendered separately using the hitbox of the currently selected UI element.

@deltabeard deltabeard added the enhancement New feature or request label Feb 17, 2022
@deltabeard
Copy link
Owner Author

Text already uses cached textures, and the other elements being drawn on scroll are really fast to render (coloured squares for tiles). Scrolling a rendered texture probably isn't required.

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