Mode:
Duration:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import SwiftUI
struct ContentView: View {
var body: some View {
Canvas { context,size in
let c = CGPoint(x:size.width/2,y:size.height/2)
for i in 0..<12 {
let a = Double(i)*.pi/6
var p = Path()
p.move(to:c)
p.addLine(to:CGPoint(x:c.x+cos(a)*120,y:c.y+sin(a)*120))
context.stroke(p,with:.color(.cyan),lineWidth:2)
}
}
}
}Coding works best on desktop or with an external keyboard.
~`
!1
@2
#3
$4
%5
^6
&7
*8
(9
)0
_-
+=
⌫
Tab
Q
W
E
R
T
Y
U
I
O
P
{[
}]
|\
Caps
A
S
D
F
G
H
J
K
L
:;
"'
↵
⇧
Z
X
C
V
B
N
M
<,
>.
?/
⇧
Ctrl
⊞
Alt
␣
Alt
⊞
Ctx
Ctrl
left
👉Middle
i
right
L Pinky
L Ring
L Middle
L Index
Thumb
R Index
R Middle
R Ring
R Pinky