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 support for edge selection #167

Closed
6 tasks done
cneben opened this issue Oct 2, 2022 · 0 comments
Closed
6 tasks done

Add support for edge selection #167

cneben opened this issue Oct 2, 2022 · 0 comments
Assignees
Milestone

Comments

@cneben
Copy link
Owner

cneben commented Oct 2, 2022

  • Optimize Qan.EdgeTemplate: Use dedicated file for orthoShapePath, curvedShapePath and straightShapePath and use Qt.createComponent().

  • Optimize Qan.EdgeTemplate: Use Loader or external components for edge end shapes (way too more unused shapes components are loaded for every edge).

  • Add qan::Selectable support for qan::Edge.

    • Add support for custom edge selection delegate in qan::Graph::createSelectionItem().
  • Draft a naive 'contains()' implementation for curved cubic bezier edges (using https://github.com/oysteinmyrmo/bezier/blob/master/include/bezier.h)

  • Add documentation.

cneben added a commit that referenced this issue Oct 2, 2022
Signed-off-by: cneben <benoit@destrat.io>
cneben added a commit that referenced this issue Oct 2, 2022
Signed-off-by: cneben <benoit@destrat.io>
@cneben cneben self-assigned this Oct 2, 2022
@cneben cneben added this to the 2.2.0 milestone Oct 2, 2022
cneben added a commit that referenced this issue Oct 2, 2022
Signed-off-by: cneben <benoit@destrat.io>
cneben added a commit that referenced this issue Oct 2, 2022
Signed-off-by: cneben <benoit@destrat.io>
cneben added a commit that referenced this issue Oct 2, 2022
7% / 8%  memory optimization !
Still WIP.

Signed-off-by: cneben <benoit@destrat.io>
cneben added a commit that referenced this issue Oct 2, 2022
Signed-off-by: cneben <benoit@destrat.io>
cneben added a commit that referenced this issue Oct 2, 2022
Signed-off-by: cneben <benoit@destrat.io>
cneben added a commit that referenced this issue Oct 2, 2022
Signed-off-by: cneben <benoit@destrat.io>
cneben added a commit that referenced this issue Oct 2, 2022
@cneben cneben closed this as completed Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant