A reimplementation of the GLFW 2 API built on top of GLFW 3, in C.
Clone the repository:
% git clone https://git.linkmauve.fr/glfw2to3.git
Build:
% meson build && ninja -C build
Install (as root):
# ninja -C build install
You can install the glfw2to3-git package from AUR.