# sview **Repository Path**: taniey/sview ## Basic Information - **Project Name**: sview - **Description**: mirror from https://github.com/gkv311/sview.git - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-07 - **Last Updated**: 2026-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README sView - stereoscopic media player ================================= [![Downloads](https://img.shields.io/github/downloads/gkv311/sview/total.svg)](https://github.com/gkv311/sview/releases) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/gkv311/sview/blob/master/docs/LICENSE.md) sView is a cross-platform solution to view 3D stereoscopic videos and images. Please visit official site for more information:
https://www.sview.ru ## sView SDK *sView SDK* - is a set of libraries for development of a stereoscopic application, which sView programs (media player and others) are based on. * `libStShared` threads, mutexes, template-based signals and slots, OpenGL tools, settings management, and other tools. * `libStGLWidgets` compact C++ toolkit for writing GUI using OpenGL 2.1+ or OpenGL ES 2.0+. * `libStCore` window system independent C++ toolkit for writing OpenGL applications. * `libStOutAnaglyph` stereoscopic output in anaglyph format using GLSL programs. * `libStOutDistorted` stereoscopic output in anamorph side-by-side format. * `libStOutDual` stereoscopic output through two dedicated interfaces. * `libStOutInterlace` stereoscopic output for row interlaced displays using GLSL programs. * `libStOutIZ3D` stereoscopic output for iZ3D monitors using GLSL programs. * `libStOutPageFlip` stereoscopic output for shutter glasses devices. ## Updates To get up-to-date sources please clone official git repository: ~~~~~ git clone https://github.com/gkv311/sview.git ~~~~~ ## Documentation Read the documentation in the **docs/** directory in `git`. See the [CHANGELOG](CHANGELOG.md) for the list of modifications per sView release. Online help is available on official site:
https://www.sview.ru/en/sview/usertips/ ## Licensing See the [docs/LICENSE](docs/LICENSE.md) file. ## Build and Install See the [docs/INSTALL](docs/INSTALL.md) file.