/SLProject4

SLProject is a platform independent 3D computer graphics scene graph library.

Primary LanguageC++

Welcome to the SLProject4

Build Windows Build macOS-x86 Build macOS-arm64 Build linux-x86 Build Emscripten Build Online Docs

SL stands for Scene Library. It is developed at the Berne University of Applied Sciences (BFH) in Switzerland and is used for student projects in the cpvrLab. The various applications show what you can learn in three semesters about 3D computer graphics in real-time rendering and ray tracing. The framework is built in C++ and OpenGL ES and can be built for Windows, Linux, macOS (Intel & arm64), Android, Apple iOS, and WebAssembly-enabled browsers. The framework can render alternatively with Ray Tracing and Path Tracing, which provides high-quality transparencies, reflections, and soft shadows. For a complete feature list see the SLProject4 wiki.

How to get the SLProject4

The SLProject4 is hosted on GitHub as a GIT repository. GIT is a distributed versioning control system.

To clone SLProject4, use the following command:

cd <Path to where you want the SLProject4 folder>
git clone https://github.com/cpvrlab/SLProject4.git

For people with an aversion to the command line, a GIT GUI tool, such as the GitHub Desktop Client, can be used. To get the latest additions to SLProject4, please check the develop branch:

git checkout develop

For detailed build instructions see the SLProject4 wiki. For detailed framework information see the HTML documentation.