-
Notifications
You must be signed in to change notification settings - Fork 3
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 the ability to draw a curve in CalChart #608
Comments
rmpowell77
added a commit
that referenced
this issue
Jan 25, 2025
Adding curves to CalChart that are rendered using Catmull-Rom algorithms. Currently backed behind a feature flag. This just adds the ability to draw. They aren't saved as part of the show, nor do marchers interact with them. There is a draw icon and a way to edit their colors in the configuration preference editor. Adding default color for curves when we draw. Added unit tests.
rmpowell77
added a commit
that referenced
this issue
Jan 25, 2025
Adding curves to CalChart that are rendered using Catmull-Rom algorithms. Currently backed behind a feature flag. This just adds the ability to draw. They aren't saved as part of the show, nor do marchers interact with them. There is a draw icon and a way to edit their colors in the configuration preference editor. Adding default color for curves when we draw. Added unit tests.
rmpowell77
added a commit
that referenced
this issue
Jan 27, 2025
Adding curves to CalChart that are rendered using Catmull-Rom algorithms. Currently backed behind a feature flag. This just adds the ability to draw. They aren't saved as part of the show, nor do marchers interact with them. There is a draw icon and a way to edit their colors in the configuration preference editor. Adding default color for curves when we draw. Added unit tests.
rmpowell77
added a commit
that referenced
this issue
Jan 27, 2025
Adding curves to CalChart that are rendered using Catmull-Rom algorithms. Currently backed behind a feature flag. This just adds the ability to draw. They aren't saved as part of the show, nor do marchers interact with them. There is a draw icon and a way to edit their colors in the configuration preference editor. Adding default color for curves when we draw. Added unit tests. You can escape/delete to stop drawing curve.
rmpowell77
added a commit
that referenced
this issue
Jan 27, 2025
Adding curves to CalChart that are rendered using Catmull-Rom algorithms. Currently backed behind a feature flag. This just adds the ability to draw. They aren't saved as part of the show, nor do marchers interact with them. There is a draw icon and a way to edit their colors in the configuration preference editor. Adding default color for curves when we draw. Added unit tests. You can escape/delete to stop drawing curve.
rmpowell77
added a commit
that referenced
this issue
Feb 1, 2025
Adding curves to CalChart that are rendered using Catmull-Rom algorithms. Currently backed behind a feature flag. This just adds the ability to draw. They aren't saved as part of the show, nor do marchers interact with them. There is a draw icon and a way to edit their colors in the configuration preference editor. Adding default color for curves when we draw. Added unit tests. You can escape/delete to stop drawing curve.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We know we're going to need to have curves, so lets add the ability to add curves.
The text was updated successfully, but these errors were encountered: