All Projects → cpvrlab → SLProject

cpvrlab / SLProject

Licence: other
SLProject is a platform independent 3D computer graphics scene graph library. Read more on:

Programming Languages

C++
36643 projects - #6 most used programming language
GLSL
2045 projects
C#
18002 projects
java
68154 projects - #9 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to SLProject

TinySoftRenderer
A tiny soft-renderer built from scratch using C++ 11
Stars: ✭ 91 (+93.62%)
Mutual labels:  rendering, computergraphics
Touchdesigner shared
TouchDesigner toxes and small projects
Stars: ✭ 385 (+719.15%)
Mutual labels:  rendering, realtime
microbium-app
Draw new worlds
Stars: ✭ 89 (+89.36%)
Mutual labels:  rendering, realtime
pgchat
Demo chat app for PGDay EU 2017, built with Framework7-Vue
Stars: ✭ 38 (-19.15%)
Mutual labels:  realtime
bisml
Implementation of the paper: Adaptive BRDF-Oriented Multiple Importance Sampling of Many Lights
Stars: ✭ 26 (-44.68%)
Mutual labels:  rendering
syncwatch
Browser extension to watch videos together
Stars: ✭ 48 (+2.13%)
Mutual labels:  realtime
realtime-multiplayer-space-invaders
Realtime Multiplayer Space Invaders Game with Phaser 3 and Ably
Stars: ✭ 42 (-10.64%)
Mutual labels:  realtime
geo-smart-system
Open Source Realtime Tracking System
Stars: ✭ 36 (-23.4%)
Mutual labels:  realtime
core-api
Streamr Core backend
Stars: ✭ 52 (+10.64%)
Mutual labels:  realtime
TweetMigration
A WebGL heatmap of global Twitter activity
Stars: ✭ 42 (-10.64%)
Mutual labels:  realtime
aws-mobile-appsync-events-starter-ios
GraphQL starter application with Realtime and Offline functionality using AWS AppSync
Stars: ✭ 99 (+110.64%)
Mutual labels:  realtime
Nabla
OpenGL/OpenGL ES/Vulkan/CUDA/OptiX Modular Rendering Framework for PC/Linux/Android
Stars: ✭ 235 (+400%)
Mutual labels:  rendering
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-46.81%)
Mutual labels:  realtime
aircnc
☕ Airbnb like (Air Coffee & Code) to booking spots for developers using ReactJS, React Native, Node.js and more.
Stars: ✭ 37 (-21.28%)
Mutual labels:  realtime
transitime
TheTransitClock real-time transit information system
Stars: ✭ 60 (+27.66%)
Mutual labels:  realtime
soyuz
Real-time streaming GraphQL client for the web.
Stars: ✭ 57 (+21.28%)
Mutual labels:  realtime
OBNI
Objet Bruité Non Identifié - Unity displacement shader
Stars: ✭ 28 (-40.43%)
Mutual labels:  realtime
convergence-client-javascript
The Convergence JavaScript Client
Stars: ✭ 38 (-19.15%)
Mutual labels:  realtime
prax
Experimental rendering library geared towards hybrid SSR+SPA apps. Focus on radical simplicity and performance. Tiny and dependency-free.
Stars: ✭ 18 (-61.7%)
Mutual labels:  rendering
Hacktober-Fest-2021
📜This repository is created to welcome all the open source enthusiasts to get introduced to beginner friendly projects they could work with in the festive season of HacktoberFest 2021🎇🙌.
Stars: ✭ 23 (-51.06%)
Mutual labels:  frameworks

Welcome to the SLProject

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 on Windows, Linux, MacOS (Intel & arm64), Android and Apple iOS. The framework can render alternatively with Ray Tracing and Path Tracing which provides in addition high quality transparencies, reflections and soft shadows. For a complete feature list see the SLProject wiki.

How to get the SLProject

The SLProject is hosted at GitHub as a GIT repository. GIT is a distributed versioning control system.

To clone SLProject, use the following command:

cd <Path to where you want the SLProject folder>
git clone https://github.com/cpvrlab/SLProject.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 SLProject, please checkout the develop branch:

git checkout develop

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

Build Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].