Examples
Complete, runnable apps built with Charming. Where the tutorials walk you through typing every line yourself, these are finished apps to read, run, and borrow from.
| Example | What it is |
|---|---|
| Journal | The reference app: a daily-writing TUI that exercises every major framework feature. Lives in the framework repo. |
| Hacker News | A terminal reader for Hacker News: six feeds, inline article reading, async loading. Ships as the hackernews gem. |
| Pac-Man | An arcade clone with sprites, ghost AI, and SQLite high scores. Ships as the pacmanrb gem. |