Registry / other / fenster

fenster

JSON →
library2024-08-19vcpkgunverified

The most minimal cross-platform GUI library

vcpkg install fenster
INSTALL
IMPORT
SIG · FENSTER
F
fenster
othercppv2024-08-19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fenster.h
#include <fenster.h>

Open a window and run a simple event loop

#include <fenster.h> #include <stdio.h> int main() { struct fenster f = { .width = 640, .height = 480, .title = "Hello" }; fenster_open(&f); while (fenster_loop(&f) == 0) { // draw something } fenster_close(&f); return 0; }
Debug
Known issues
gotchafenster is minimal and does not support advanced GUI features like widgets or text rendering.
fix
Use a more full-featured library (e.g., SDL, GLFW) if you need buttons, text input, etc.
affects: *
Upgrade
Version history
2024-08-19latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

fenster — pip install fenster · libregistry