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

Implement curves basic #228

Open
AlexDumo opened this issue Nov 2, 2024 · 1 comment
Open

Implement curves basic #228

AlexDumo opened this issue Nov 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@AlexDumo
Copy link
Collaborator

AlexDumo commented Nov 2, 2024

The minimum requirements for curves

@AlexDumo
Copy link
Collaborator Author

How to create shapes

  1. Have a button when multiple marchers are selected that says Create Shape
  2. By default, it's a line
  3. Have a dropdown to change the type to be any of the supported shapes (line, quadratic, cubic for now)
  4. Display all the marchers that are part of the shape

LATER

  1. Add more runs to the shape so there can be long and complex forms
  2. be able to change the order of marchers
    • This could be done with the arrow keys
  3. Display all of the control points and be able to edit them like you would in the marcher editor
  4. Ensure a marcher cannot be moved when it is part of a shape
  5. Have a button to add that shape to the next page or previous page

@AlexDumo AlexDumo changed the title Implement curves Implement curves basic Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant