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

Text Picking #17706

Open
bytemunch opened this issue Feb 6, 2025 · 1 comment · May be fixed by #17775
Open

Text Picking #17706

bytemunch opened this issue Feb 6, 2025 · 1 comment · May be fixed by #17775
Labels
C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled

Comments

@bytemunch
Copy link
Contributor

bytemunch commented Feb 6, 2025

What problem does this solve or what need does it fill?

Text should be pickable, with an eye to implementing a first party editable text field.

What solution would you like?

A picking backend for Text and Text2d that gives the position in text of the pointer interaction.

What alternative(s) have you considered?

Third party crates, like bevy_cosmic_edit and bevy_simple_text_input. Though both crates could benefit from having text picking built in.

Additional context

I'm working on a backend in this draft PR, comments and improvements welcome :) #17775

@bytemunch bytemunch added C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled labels Feb 6, 2025
@rparrett
Copy link
Contributor

rparrett commented Feb 9, 2025

Related: #17748

@bytemunch bytemunch linked a pull request Feb 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants