-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Comments
cneben
added a commit
that referenced
this issue
Oct 2, 2022
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Oct 2, 2022
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Oct 2, 2022
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Oct 2, 2022
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Oct 2, 2022
7% / 8% memory optimization ! Still WIP. Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Oct 2, 2022
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Oct 2, 2022
Signed-off-by: cneben <[email protected]>
cneben
added a commit
that referenced
this issue
Oct 2, 2022
Signed-off-by: cneben <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Optimize
Qan.EdgeTemplate
: Use dedicated file fororthoShapePath
,curvedShapePath
andstraightShapePath
and useQt.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 forqan::Edge
.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.
The text was updated successfully, but these errors were encountered: