SaaSHub helps you find the best software and product alternatives Learn more →
RGFW Alternatives
Similar projects and alternatives to RGFW
-
uriparser
:hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
RSGL
A simple-to-use modular, cross-platform graphics library. It combines the freedom of lower-level graphics libraries with modern C techniques, offering both simplicity and convenience.
-
-
-
azpainter
Discontinued Full color painting software for Unix-like systems for illustration drawing. This is un-official little fixed repository for package maintainers of image editor AzPainter (based on "mlib" toolkit). Official repository - http://azsky2.html.xdomain.jp/soft/azpainter.html
-
Silicon
An alternative, purely C-focused wrapper to Apple's Cocoa API for OS X app development and basic iOS programming. Requires little to no Objective-C knowledge to use. (by EimaMei)
-
ravynos
A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.
-
-
glfw-single-header
A script that generates a single-header & single-header+single-source version of GLFW
-
RGFW discussion
RGFW reviews and mentions
-
RGFW Under the Hood: X11 Drag 'n Drop
This tutorial explains how to handle the XDnD protocol and manage X11 Drag 'n Drop events. The code is based on RGFW's source code.
-
RGFW Under the Hood: Cocoa in Pure C
Silicon.h, a C-Wrapper for the Cocoa API that wraps around the Objective-C function calls so you can use the Cocoa API in normal-looking C code, and RGFW, a lightweight single-header windowing library.
-
RGFW Under the Hood: Raw Mouse Input and Mouse Locking
RGFW is a lightweight single-header windowing library, its source code can be found here. This tutorial is based on its source code.
-
Introducing RGFW: A lightweight Single Header Windowing framework & GLFW alternative
RGFW is a cross-platform single-header framework that abstracts creating and managing windows. RGFW is simple to use, letting you focus on programming your game or application rather than dealing with complex low-level windowing APIs, libraries with a lot of overhead, or supporting platform-specific APIs. RGFW handles the low-level APIs for you without getting in your way. It currently supports X11 (Linux), Windows (XP +), Emscripten (HTML5), and MacOS. While creating a window, RGFW initializes a graphics context of your choosing. The options include OpenGL (including variants), DirectX, direct software rendering, or no graphics API. There is also a separate header for Vulkan support although it's recommended to make your Vulkan context yourself.
- RGFW: Simple, multi-platform single-header C framework for GUI library, programs
- RGFW – Lightweight Single-Header GLFW Alternative | for convenience and performance
- Show HN: RGFW – Super Lightweight Single-Header GLFW Alternative
- RGFW – Super Lightweight Single-Header GLFW Alternative
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Oct 2024
Stats
ColleagueRiley/RGFW is an open source project licensed under zlib License which is an OSI approved license.
The primary programming language of RGFW is C.