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

Add example for 3-line kite #33

Closed
ufechner7 opened this issue Aug 3, 2024 · 2 comments
Closed

Add example for 3-line kite #33

ufechner7 opened this issue Aug 3, 2024 · 2 comments

Comments

@ufechner7
Copy link
Member

ufechner7 commented Aug 3, 2024

Handling of a 3-line kite has been added to common.jl, but an example is missing.

For the 4point kite, the basic example looks like this:

using KiteViewers, KiteUtils
viewer=Viewer3D(true);
segments=6
state=demo_state_4p(segments+1)
update_system(viewer, state, kite_scale=0.25)
nothing

You can find the demo_state_4p function here: https://github.com/ufechner7/KiteUtils.jl/blob/ed15b4e482f7b9855343e92a2218e57bf25ab1e2/src/KiteUtils.jl#L308C1-L357C4

This was referenced Aug 5, 2024
@1-Bart-1
Copy link
Contributor

1-Bart-1 commented Aug 5, 2024

Added an example here: #34

In order to work the KiteUtils package has to be updated as well: ufechner7/KiteUtils.jl#51

@ufechner7
Copy link
Member Author

Example was provided: basic_4p_3lines.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants