Skip to content

Commit

Permalink
add basic examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 18, 2024
1 parent 7aa437d commit fc7fcbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/basic_1p.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using KiteViewers, KiteUtils
viewer=Viewer3D(true);
segments=6
state=demo_state(segments+1)
update_system(viewer, state)
nothing
6 changes: 6 additions & 0 deletions examples/basic_4p.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using KiteViewers, KiteUtils
viewer=Viewer3D(true);
segments=6
state=demo_state_4p(segments+1)
update_system(viewer, state, kite_scale=0.25)
nothing

0 comments on commit fc7fcbf

Please sign in to comment.