https://github.com/cpvrlab/slproject4
SLProject is a platform independent 3D computer graphics scene graph library.
https://github.com/cpvrlab/slproject4
c-plus-plus computer-graphics computer-vision framework opengl realtime rendering
Last synced: 11 months ago
JSON representation
SLProject is a platform independent 3D computer graphics scene graph library.
- Host: GitHub
- URL: https://github.com/cpvrlab/slproject4
- Owner: cpvrlab
- Created: 2023-04-28T11:20:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T12:59:12.000Z (12 months ago)
- Last Synced: 2025-04-12T13:57:25.535Z (12 months ago)
- Topics: c-plus-plus, computer-graphics, computer-vision, framework, opengl, realtime, rendering
- Language: C++
- Homepage: https://cpvrlab.github.io/SLProject4/
- Size: 41.8 MB
- Stars: 11
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to the SLProject4
[](https://github.com/cpvrlab/SLProject4/actions/workflows/build-x86_64-windows.yml)
[](https://github.com/cpvrlab/SLProject4/actions/workflows/build-x86_64-macos.yml)
[](https://github.com/cpvrlab/SLProject4/actions/workflows/build-arm64-macos.yml)
[](https://github.com/cpvrlab/SLProject4/actions/workflows/build-x86_64-linux.yml)
[](https://github.com/cpvrlab/SLProject4/actions/workflows/build-wasm-emscripten.yml)
[](https://github.com/cpvrlab/SLProject4/actions/workflows/deploy-pages.yml)
SL stands for Scene Library. It is developed at the Bern 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](https://github.com/cpvrlab/SLProject4/wiki).
## How to get the SLProject4
The SLProject4 is hosted on GitHub as a GIT repository.
[GIT](http://git-scm.com/) is a distributed versioning control system.
To clone SLProject4, use the following command:
```
cd
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](https://desktop.github.com), 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](https://github.com/cpvrlab/SLProject4/wiki).
For detailed framework information see the [HTML documentation](https://cpvrlab.github.io/SLProject4/).