opencsgexample

image-based CSG library using OpenGL (example program)

Install

All systems
curl cmd.cat/opencsgexample.sh
Debian Debian
apt-get install libopencsg-example
Ubuntu
apt-get install libopencsg-example
image/svg+xml Kali Linux
apt-get install libopencsg-example
Windows (WSL2)
sudo apt-get update sudo apt-get install libopencsg-example
Raspbian
apt-get install libopencsg-example

libopencsg-example

image-based CSG library using OpenGL (example program)

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 a OpenCSG demo program.