How to Install libglfw3 in Ubuntu 18.04



Install libglfw3 by entering the following commands in the terminal:

sudo apt update
sudo apt install libglfw3

Description:

portable library for OpenGL, window and input (x11 libraries)

GLFW is an Open Source, multi-platform library for creating windows with OpenGL contexts and managing input and events. It is easy to integrate into existing applications and does not lay claim to the main loop. . This package provides the shared library built with the X11 backend.

Homepage: http://www.glfw.org/

Version: 3.2.1-1

Section: universe/libs