Skip to content

Commit 365f4ba

Browse files
committed
finish examples
1 parent 8da5197 commit 365f4ba

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

examples/examples.mdx

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Examples"
33
---
44

55

6-
<Columns cols={1}>
6+
<Columns cols={2}>
77
<Card
88
title="sendme"
99
icon="image"
@@ -26,11 +26,26 @@ title: "Examples"
2626
>
2727
Tutorial on how to build a p2p chat, in rust, from scratch
2828
</Card>
29+
30+
<Card
31+
title="godot"
32+
icon="gamepad"
33+
href="https://github.com/tipragot/godot-iroh)"
34+
>
35+
A peer-to-peer multiplayer extension for Godot based on iroh.
36+
</Card>
2937
<Card
30-
title="API documentation"
31-
icon="terminal"
32-
href="/api-reference/introduction"
38+
title="iroh-lan"
39+
icon="network-wired"
40+
href="https://github.com/rustonbsd/iroh-lan"
3341
>
34-
Auto-generate API documentation from OpenAPI specifications.
42+
Have a lan party with iroh (iroh-lan = hamachi - account - install)
3543
</Card>
44+
<Card
45+
title="pigg"
46+
icon="raspberry-pi"
47+
href="https://github.com/andrewdavidmackenzie/pigg"
48+
>
49+
Raspberry Pi and Pi Pico GPIO Remote control
50+
</Card>
3651
</Columns>

0 commit comments

Comments
 (0)