Skip to content

Commit 559eb8d

Browse files
committed
Add ebiten game to docs
1 parent 5e72bdf commit 559eb8d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Have any questions? Join [the Slack channel](https://pion.ly/slack) to follow de
2222
* [Snapshot](snapshot) Example snapshot shows how you can convert incoming video frames to jpeg and serve them via HTTP.
2323
* [SIP to WebRTC](sip-to-webrtc) Example sip-to-webrtc shows how to bridge WebRTC and SIP traffic.
2424
* [GoCV to WebRTC](gocv-to-webrtc): Example gocv-to-webrtc captures webcam and performs motion detection in Go, it then sends results to view in the browser.
25-
25+
* [Ebiten Gmae](ebiten-game): Example ebiten-game a cross-platform WebRTC game demo using [Ebitengine](https://ebitengine.org/).
2626

2727
### Usage
2828
We've made it easy to run the browser based examples on your local machine.

examples.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,11 @@
7676
"link": "gocv-to-webrtc",
7777
"description": "gocv-to-webrtc captures webcam and performs motion detection in Go, it then sends results to view in the browser.",
7878
"type": "browser"
79+
},
80+
{
81+
"title": "Ebiten Game",
82+
"link": "ebiten-game",
83+
"description": "ebiten-game is a game demo using Ebiten and Pion to make a cross-platform game.",
84+
"type": "browser"
7985
}
8086
]

0 commit comments

Comments
 (0)