How to Install libopencsg1 in Ubuntu 18.04



Install libopencsg1 by entering the following commands in the terminal:

sudo apt update
sudo apt install libopencsg1

Description:

image-based CSG (Constructive Solid Geometry) library using OpenGL

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 shared library files.

Homepage: http://opencsg.org/

Version: 1.4.2-1ubuntu1

Section: universe/libs