-
Notifications
You must be signed in to change notification settings - Fork 45
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
Line shape #171
Comments
Hi @kaiden-ong and @ryanngu023, It's the end of the quarter, so please post an update on this issue. Things to consider:
If there's nothing to change above, then at least post a comment indicating that you've seen this. Thanks! |
Line shape/form has been created and recognized when writing Wordplay code. Temporary English locale has also been created. Future work includes rendering the image in ShapeView.svelte and generalizing to more shapes as it is hard coded right now for the Rectangle shape. @ryanngu023 and I will continue to work on this issue and will be the main point of contact. Planning to finish and submit PR in early Winter 2024 quarter. |
It's the end of Winter! Please provide an update on this issue, including:
If you do plan to continue work on it, carry on. Otherwise, thank you for your contributions! |
We plan on continuing our work on this issue for the next quarter! |
Thanks for the update @ryanngu023! |
Hi @ryanngu023 , are you still working on the following issue? I saw you opened a pull request at the start of June so I though I ask before removing you |
What's the problem?
The only kind of barrier supported at the moment is a non-rotated rectangle.
What's the idea?
Let's add support for a line between two points.
Who benefits?
Anyone trying to create a barrier that is sloped.
Design ideas
Line(x1•# y1•# x2•# y2•# color•Color|ø)
StageView
Physics.ts
as a rotated rectangleThe text was updated successfully, but these errors were encountered: