All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Fenster: Minimal Cross-Platform GUI Library for 2D Canvas and Input Handling

By

klaussilveira

9mo ago· 4 min readenCode

Summary

Fenster is an extremely minimal cross-platform GUI library that provides a simple 2D canvas window with basic input handling and audio playback capabilities. It's designed for developers who want a barebones approach similar to old-school graphics programming like Borland BGI or QBASIC, offering a 24-bit RGB framebuffer, keyboard/mouse input, and audio in just a few lines of code across multiple platforms.

Key quotes

· 5 pulled
This library provides the most minimal and highly opinionated way to display a cross-platform 2D canvas
If you remember Borland BGI or drawing things in QBASIC or INT 10h- you know what I mean
As a nice bonus you also get cross-platform keyboard/mouse input and audio playback in only a few lines of code
Single application window of given size with a title
Minimal 24-bit RGB framebuffer
Snippet from the RSS feed
The most minimal cross-platform GUI library. Contribute to zserge/fenster development by creating an account on GitHub.

You might also wanna read