GLFW 2 compatibility library

A reimplementation of the GLFW 2 API built on top of GLFW 3, in C.

How to use

Clone the repository:

% git clone https://git.linkmauve.fr/glfw2to3.git

Build:

% meson build && ninja -C build

Install (as root):

# ninja -C build install

Packages

ArchLinux

You can install the glfw2to3-git package from AUR.

Links