File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed
Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments