We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Added an example here: #34
In order to work the KiteUtils package has to be updated as well: ufechner7/KiteUtils.jl#51
Sorry, something went wrong.
Example was provided: basic_4p_3lines.jl
No branches or pull requests
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:
You can find the demo_state_4p function here: https://github.com/ufechner7/KiteUtils.jl/blob/ed15b4e482f7b9855343e92a2218e57bf25ab1e2/src/KiteUtils.jl#L308C1-L357C4
The text was updated successfully, but these errors were encountered: