<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/rcade-building-a-community-arcade-cabinet-frankchiarulli-com-e5vwd2xci" -->

---
title: RCade: Building a Community Arcade Cabinet —...
description: The RCade is a custom arcade cabinet built for the Recurse Center community, featuring a real 1980s CRT running at 320x240, a custom 24-bit USB display...
canonical: https://daily.dev/posts/rcade-building-a-community-arcade-cabinet-frankchiarulli-com-e5vwd2xci
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: RCade: Building a Community Arcade Cabinet — frankchiarulli.com | daily.dev
og:description: The RCade is a custom arcade cabinet built for the Recurse Center community, featuring a real 1980s CRT running at 320x240, a custom 24-bit USB display...
og:url: https://daily.dev/posts/rcade-building-a-community-arcade-cabinet-frankchiarulli-com-e5vwd2xci
og:image: https://api.daily.dev/og/posts/E5vWd2XcI.png
og:image:alt: RCade: Building a Community Arcade Cabinet — frankchiarulli.com
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# RCade: Building a Community Arcade Cabinet — frankchiarulli.com

**[Hacker News](https://daily.dev/sources/hn)** · 16 min read · 2 upvotes · 0 comments

## Summary

The RCade is a custom arcade cabinet built for the Recurse Center community, featuring a real 1980s CRT running at 320x240, a custom 24-bit USB display adapter, RP2040-based input controllers with spinners, and a GitHub-based deployment pipeline. The hardware journey involved tracing CRT pinouts with an oscilloscope, configuring precise 15kHz timing via a vga666 adapter on a Raspberry Pi, and eventually commissioning a custom STM32H750-based display adapter for full 24-bit color. On the software side, `npm create rcade@latest` scaffolds a game project with templates (vanilla JS, TypeScript, p5.js, Rust/WASM), auto-generates a GitHub Actions workflow using OIDC passwordless authentication, and deploys to the cabinet via webhook. Games run in sandboxed iframes with strict CSP, and a plugin system using postMessage channels provides controlled access to arcade inputs. There are now 44+ community-made games, and remote Recursers can build and test locally with `npx rcade@latest play`.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.frankchiarulli.com/blog/building-the-rcade/>

## Similar posts on daily.dev

- [Mini Multi-Arcade Game Cabinets With An ESP32 And Galagino](https://daily.dev/posts/mini-multi-arcade-game-cabinets-with-an-esp32-and-galagino-lao5e6muq) · Hackaday · 0 upvotes · 0 comments
- [Building a 24-bit Arcade CRT Display Adapter, From Scratch](https://daily.dev/posts/building-a-24-bit-arcade-crt-display-adapter-from-scratch-khyoa1wbv) · Hacker News · 2 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#game-development](https://daily.dev/tags/game-development), [#github-actions](https://daily.dev/tags/github-actions), [#raspberry-pi](https://daily.dev/tags/raspberry-pi), [#electron](https://daily.dev/tags/electron)

[View this post on daily.dev](https://daily.dev/posts/rcade-building-a-community-arcade-cabinet-frankchiarulli-com-e5vwd2xci)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"RCade: Building a Community Arcade Cabinet — frankchiarulli.com","url":"https://daily.dev/posts/rcade-building-a-community-arcade-cabinet-frankchiarulli-com-e5vwd2xci","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/rcade-building-a-community-arcade-cabinet-frankchiarulli-com-e5vwd2xci"},"datePublished":"2026-03-03T09:20:06.846Z","dateModified":"2026-03-03T09:20:45.802Z","description":"The RCade is a custom arcade cabinet built for the Recurse Center community, featuring a real 1980s CRT running at 320x240, a custom 24-bit USB display...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e60255c9a5073b5dd5a93483576fb943?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/e60255c9a5073b5dd5a93483576fb943?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Hacker News","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hacker News","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hn","url":"https://daily.dev/sources/hn"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/rcade-building-a-community-arcade-cabinet-frankchiarulli-com-e5vwd2xci","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"webdev,game-development,github-actions,raspberry-pi,electron","timeRequired":"PT16M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hacker News","item":"https://daily.dev/sources/hn"},{"@type":"ListItem","position":3,"name":"RCade: Building a Community Arcade Cabinet — frankchiarulli.com"}]}
```

