How to Install freeglut3 in Ubuntu 18.04



Install freeglut3 by entering the following commands in the terminal:

sudo apt update
sudo apt install freeglut3

Description:

OpenGL Utility Toolkit

GLUT is a window system independent toolkit for writing OpenGL programs, implementing a simple windowing API, which makes learning about and exploring OpenGL programming very easy. . GLUT is designed for constructing small to medium sized OpenGL programs, however it is not a full-featured toolkit, so large applications requiring sophisticated user interfaces are better off using native window system toolkits like GTK+ or Motif.

Homepage: http://freeglut.sourceforge.net/

Version: 2.8.1-3

Section: universe/libs