Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/pages/demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ description: Live demos of the MoQ protocol in action.

Click on any of them. That's what they're here for. Everything is open source!

<a href="https://hang.live" rel="noreferrer" target="_blank" class="!text-white no-underline">
<a href="/boy" class="!text-white no-underline">
<article class="p-4 rounded-lg grid grid-cols-3 gap-4 items-center hover:bg-blue-950 hover:scale-105 hover:translate-x-2 transition-all ease-in-out">
<div class="flex justify-center">
<img src="/hang.svg" class="h-24" alt="hang.live" />
<img src="/demo/moqboy.svg" class="h-24" alt="MoQ Boy" />
</div>
<div class="col-span-2 grid gap-2">
<div class="text-2xl">hang.live</div>
<div class="text-2xl">MoQ Boy</div>
<div class="text-sm font-light">
A full-blown conferencing app built entirely on MoQ. Includes custom WebGL rendering, WebAudio panning, markdown chat, dank memes, you name it. You'll need a friend though, or at least another tab (I won't judge).
Multiplayer (anarchy) Game Boy emulation on a remote server, using MoQ tracks for everything. Emulation and encoding only run when at least one viewer is watching.
</div>
</div>
</article>
</a>

<a href="/boy" class="!text-white no-underline">
<a href="https://hang.live" rel="noreferrer" target="_blank" class="!text-white no-underline">
<article class="p-4 rounded-lg grid grid-cols-3 gap-4 items-center hover:bg-blue-950 hover:scale-105 hover:translate-x-2 transition-all ease-in-out">
<div class="flex justify-center">
<img src="/demo/moqboy.svg" class="h-24" alt="MoQ Boy" />
<img src="/hang.svg" class="h-24" alt="hang.live" />
</div>
<div class="col-span-2 grid gap-2">
<div class="text-2xl">MoQ Boy</div>
<div class="text-2xl">hang.live</div>
<div class="text-sm font-light">
Multiplayer (anarchy) Game Boy emulation on a remote server, using MoQ tracks for everything. Emulation and encoding only run when at least one viewer is watching.
A full-blown conferencing app built entirely on MoQ. Includes custom WebGL rendering, WebAudio panning, markdown chat, dank memes, you name it. You'll need a friend though, or at least another tab (I won't judge).
</div>
</div>
</article>
Expand Down
Loading