Click here to Skip to main content
15,894,362 members
Articles / Desktop Programming / Cocoa

RGFW | Singler-Header Lightweight Framework for Basic Window and Graphics Context Handling (like GLFW)

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
25 Feb 2024CPOL1 min read 3.2K   1  
A multi-platform single-header very simple-to-use framework library for creating GUI Libraries or simple GUI programs.
RGFW is a multi-platform single-header and very simple-to-use framework library used for creating GUI Libraries or simple GUI programs. It is written to be as portable as possible and supports winapi, Xlib and cocoas for windowing APIs. For graphics APIs, it supports OpenGL legacy, modern OpenGL, Vulkan and DirectX. It lets you create a window with a graphics context (opengl, vulkan or directX) and manage the window and its events only with a few function calls.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
United States United States
An objectivist, C programmer who's been programming for ~5 years. I specialize in system programming, mainly with low level tech currently. I'm currently just a hobbyist as I am still making my way through high school.

Comments and Discussions