How to Install libopencsg-dev in Ubuntu 18.04



Install libopencsg-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libopencsg-dev

Description:

image-based CSG library using OpenGL (development files)

OpenCSG is a library for CSG (Constructive Solid Geometry) that can combine geometric primitives to more complex objects, for example the difference between two primitives. Instead of explicitly calculating the shape of the resulting object, it uses OpenGL's z-buffer to render the image. . OpenCSG implements both the Goldfeather and the SCS algorithm. . This package contains files needed to compile opencsg applications.

Homepage: http://opencsg.org/

Version: 1.4.2-1ubuntu1

Section: universe/libdevel