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

Convert dropzone widget into ImGui widget #1975

Open
Tracked by #1974 ...
mwestphal opened this issue Feb 11, 2025 · 2 comments · May be fixed by #1990
Open
Tracked by #1974 ...

Convert dropzone widget into ImGui widget #1975

mwestphal opened this issue Feb 11, 2025 · 2 comments · May be fixed by #1990
Assignees
Labels
help wanted Please help with this issue!

Comments

@mwestphal
Copy link
Contributor

Context
F3D has a "dropzone" to let user know they can drop files into it. This dropzone is implemented using VTK actors, but it should be converted to ImGui widgets, especially because this is the last vtkTextActor in use.

The dotted line itself can stay a vtkActor if needed, only the text part must be converted, but converting all is of course perfectly fine.

@mwestphal mwestphal added the help wanted Please help with this issue! label Feb 11, 2025
@mwestphal mwestphal added this to F3D Feb 11, 2025
@Ni-g-3l Ni-g-3l linked a pull request Feb 15, 2025 that will close this issue
@Ni-g-3l
Copy link
Contributor

Ni-g-3l commented Feb 15, 2025

Hello ! I try to resolve this issue here : #1990

However, how can I update tests in order to match the new dropzone ?

@mwestphal
Copy link
Contributor Author

mwestphal commented Feb 27, 2025

Discussion happened on discord, lets try to implement it so it looks like that:

Image

@mwestphal mwestphal mentioned this issue Feb 27, 2025
35 tasks
@mwestphal mwestphal linked a pull request Mar 1, 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
help wanted Please help with this issue!
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants