Ross ROSS = Recommend OSS · open-source software intelligence for agents

zserge/fenster

The most minimal cross-platform GUI library observed · 2026-08-28

github.com/zserge/fenster · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

31/100

  • Activity 0
  • Release rhythm 35
  • Longevity 94

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1328
  • days_rel: n/a
  • days_push: 717
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1571 stars · 85 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Fenster is a minimal single-header C99 library for opening a cross-platform window with a 24-bit RGB framebuffer, plus keyboard/mouse input polling and audio playback. It offers a simple Arduino/Processing-style polling loop without callbacks or multithreading, with bindings for Go, Zig, and Lua.

Use cases

  • draw pixels to a cross-platform 2D canvas in C
  • build a minimal retro-style game with keyboard and mouse input
  • play audio from a simple C program on Windows, macOS, and Linux
  • teach graphics programming like old-school BGI or INT 10h demos
  • prototype demoscene or software renderer experiments
  • run Doom from a tiny C library

When to choose

  • you want the smallest possible dependency for windowed 2D graphics in C
  • you prefer a polling API over event callbacks and threading
  • you need a teaching or prototyping tool for framebuffer graphics
  • you want one header that works across Linux, macOS, and Windows

When to avoid

  • you need widgets, menus, or a full GUI toolkit
  • you need GPU-accelerated rendering or 3D graphics
  • you need high-resolution or multi-window support
  • you need robust production-grade input handling or accessibility features

Facets

library · maturity active

gui graphics audio-processing cross-platform graphics developer-tools windows cross-platform c cpp framebuffer single-header minimal-gui 2d-canvas keyboard-input mouse-input audio-playback c99 go-bindings retro-computing game-development linux macos

1 source

Member repositories

RepositoryRoleHealth v2
zserge/fenstermain31

For agents

markdown · JSON · MCP: product_card(name="zserge/fenster")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem