# OpenCSG **Repository Path**: springtiger/OpenCSG ## Basic Information - **Project Name**: OpenCSG - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-18 - **Last Updated**: 2024-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenCSG OpenCSG is a library that does image-based CSG rendering using OpenGL. It is written in C++ and supports most modern graphics hardware using Microsoft Windows or the Linux operating system. See the OpenCSG homepage for a more detailed introduction. # Building from git In contrast to the official source releases, this git repository comes without the OpenGL Extension Wrangler Library, GLEW. This library is needed to compile OpenCSG. On platforms where it is not available anyway (Windows), you should download it from the GLEW homepage and extract it into the glew subdirectory.