-
Notifications
You must be signed in to change notification settings - Fork 58
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
Contribute rich data structure for the layout algorithm #1831
Comments
pcdavid
added a commit
that referenced
this issue
Mar 7, 2023
… a dummy implementation Bug: #1831 Signed-off-by: Pierre-Charles David <[email protected]>
Closed
39 tasks
pcdavid
added a commit
that referenced
this issue
Mar 13, 2023
… a dummy implementation Bug: #1831 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Mar 13, 2023
Bug: #1831 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Mar 17, 2023
Bug: #1831 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Mar 17, 2023
Bug: #1831 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Mar 17, 2023
… a dummy implementation Bug: #1831 Signed-off-by: Pierre-Charles David <[email protected]>
Closed
39 tasks
9 tasks
sbegaudeau
added a commit
that referenced
this issue
May 17, 2023
Bug: #1831 Signed-off-by: Stéphane Bégaudeau <[email protected]>
39 tasks
39 tasks
sbegaudeau
added a commit
that referenced
this issue
May 17, 2023
Bug: #1831 Signed-off-by: Stéphane Bégaudeau <[email protected]>
sbegaudeau
added a commit
that referenced
this issue
May 17, 2023
Bug: #1831 Signed-off-by: Stéphane Bégaudeau <[email protected]>
gcoutable
pushed a commit
that referenced
this issue
May 17, 2023
Bug: #1831 Signed-off-by: Stéphane Bégaudeau <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need richer data structures such as Rectangle, Box, etc in order to give us some advanced primitives for our layout algorithm.
These new classes will both contain data and relevant operations in order to minimize the amount of code where we have to give countless individual parameters.
The text was updated successfully, but these errors were encountered: