Settings

Theme

Show HN: Browser in C and Lua for the Playdate Console

github.com

1 points by remywang 2 months ago · 0 comments · 1 min read

Reader

ORBIT is a pretty unique web browser designed exclusively for the Playdate console [1]. First, the cursor is inspired by the spaceship in the classic ASTEROIDS game, and controlled by Playdate's famous crank. Second, it doesn't support arbitrary web pages. Instead it implements an architecture I call the "exo web browser": for HTML, there is custom code for rendering each specific site, making sure the site will look right on Playdate's tiny, monochrome screen; alternatively, there's also another backend directly rendering Markdown. I also made the cuniform font [2] used in the browser based on GNU unifont. It's still very barebones, but I already use it to read news everyday.

[1]: https://play.date [2]: https://github.com/remysucre/cuniform

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection